Module: Aws::CustomerProfiles::Types
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Defined Under Namespace
Classes: AccessDeniedException, AddProfileKeyRequest, AddProfileKeyResponse, AdditionalSearchKey, Address, AddressDimension, AppflowIntegration, AppflowIntegrationWorkflowAttributes, AppflowIntegrationWorkflowMetrics, AppflowIntegrationWorkflowStep, AttributeDetails, AttributeDimension, AttributeItem, AttributeTypesSelector, AttributeValueItem, AutoMerging, BadRequestException, Batch, BatchGetCalculatedAttributeForProfileError, BatchGetCalculatedAttributeForProfileRequest, BatchGetCalculatedAttributeForProfileResponse, BatchGetProfileError, BatchGetProfileRequest, BatchGetProfileResponse, CalculatedAttributeDimension, CalculatedAttributeValue, ConditionOverrides, Conditions, ConflictResolution, ConnectorOperator, Consolidation, CreateCalculatedAttributeDefinitionRequest, CreateCalculatedAttributeDefinitionResponse, CreateDomainRequest, CreateDomainResponse, CreateEventStreamRequest, CreateEventStreamResponse, CreateIntegrationWorkflowRequest, CreateIntegrationWorkflowResponse, CreateProfileRequest, CreateProfileResponse, CreateSegmentDefinitionRequest, CreateSegmentDefinitionResponse, CreateSegmentEstimateRequest, CreateSegmentEstimateResponse, CreateSegmentSnapshotRequest, CreateSegmentSnapshotResponse, DateDimension, DeleteCalculatedAttributeDefinitionRequest, DeleteCalculatedAttributeDefinitionResponse, DeleteDomainRequest, DeleteDomainResponse, DeleteEventStreamRequest, DeleteEventStreamResponse, DeleteIntegrationRequest, DeleteIntegrationResponse, DeleteProfileKeyRequest, DeleteProfileKeyResponse, DeleteProfileObjectRequest, DeleteProfileObjectResponse, DeleteProfileObjectTypeRequest, DeleteProfileObjectTypeResponse, DeleteProfileRequest, DeleteProfileResponse, DeleteSegmentDefinitionRequest, DeleteSegmentDefinitionResponse, DeleteWorkflowRequest, DeleteWorkflowResponse, DestinationSummary, DetectProfileObjectTypeRequest, DetectProfileObjectTypeResponse, DetectedProfileObjectType, Dimension, DomainStats, EventStreamDestinationDetails, EventStreamSummary, ExportingConfig, ExportingLocation, ExtraLengthValueProfileDimension, FieldSourceProfileIds, Filter, FilterAttributeDimension, FilterDimension, FilterGroup, FlowDefinition, FoundByKeyValue, GetAutoMergingPreviewRequest, GetAutoMergingPreviewResponse, GetCalculatedAttributeDefinitionRequest, GetCalculatedAttributeDefinitionResponse, GetCalculatedAttributeForProfileRequest, GetCalculatedAttributeForProfileResponse, GetDomainRequest, GetDomainResponse, GetEventStreamRequest, GetEventStreamResponse, GetIdentityResolutionJobRequest, GetIdentityResolutionJobResponse, GetIntegrationRequest, GetIntegrationResponse, GetMatchesRequest, GetMatchesResponse, GetProfileObjectTypeRequest, GetProfileObjectTypeResponse, GetProfileObjectTypeTemplateRequest, GetProfileObjectTypeTemplateResponse, GetSegmentDefinitionRequest, GetSegmentDefinitionResponse, GetSegmentEstimateRequest, GetSegmentEstimateResponse, GetSegmentMembershipRequest, GetSegmentMembershipResponse, GetSegmentSnapshotRequest, GetSegmentSnapshotResponse, GetSimilarProfilesRequest, GetSimilarProfilesResponse, GetWorkflowRequest, GetWorkflowResponse, GetWorkflowStepsRequest, GetWorkflowStepsResponse, Group, IdentityResolutionJob, IncrementalPullConfig, IntegrationConfig, InternalServerException, JobSchedule, JobStats, ListAccountIntegrationsRequest, ListAccountIntegrationsResponse, ListCalculatedAttributeDefinitionItem, ListCalculatedAttributeDefinitionsRequest, ListCalculatedAttributeDefinitionsResponse, ListCalculatedAttributeForProfileItem, ListCalculatedAttributesForProfileRequest, ListCalculatedAttributesForProfileResponse, ListDomainItem, ListDomainsRequest, ListDomainsResponse, ListEventStreamsRequest, ListEventStreamsResponse, ListIdentityResolutionJobsRequest, ListIdentityResolutionJobsResponse, ListIntegrationItem, ListIntegrationsRequest, ListIntegrationsResponse, ListObjectTypeAttributeItem, ListObjectTypeAttributesRequest, ListObjectTypeAttributesResponse, ListProfileObjectTypeItem, ListProfileObjectTypeTemplateItem, ListProfileObjectTypeTemplatesRequest, ListProfileObjectTypeTemplatesResponse, ListProfileObjectTypesRequest, ListProfileObjectTypesResponse, ListProfileObjectsItem, ListProfileObjectsRequest, ListProfileObjectsResponse, ListRuleBasedMatchesRequest, ListRuleBasedMatchesResponse, ListSegmentDefinitionsRequest, ListSegmentDefinitionsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, ListWorkflowsItem, ListWorkflowsRequest, ListWorkflowsResponse, MarketoSourceProperties, MatchItem, MatchingRequest, MatchingResponse, MatchingRule, MergeProfilesRequest, MergeProfilesResponse, ObjectFilter, ObjectTypeField, ObjectTypeKey, Profile, ProfileAttributeValuesRequest, ProfileAttributeValuesResponse, ProfileAttributes, ProfileDimension, ProfileQueryFailures, ProfileQueryResult, PutIntegrationRequest, PutIntegrationResponse, PutProfileObjectRequest, PutProfileObjectResponse, PutProfileObjectTypeRequest, PutProfileObjectTypeResponse, Range, RangeOverride, ResourceNotFoundException, RuleBasedMatchingRequest, RuleBasedMatchingResponse, S3ExportingConfig, S3ExportingLocation, S3SourceProperties, SalesforceSourceProperties, ScheduledTriggerProperties, SearchProfilesRequest, SearchProfilesResponse, SegmentDefinitionItem, SegmentGroup, SegmentGroupStructure, ServiceNowSourceProperties, SourceConnectorProperties, SourceFlowConfig, SourceSegment, TagResourceRequest, TagResourceResponse, Task, Threshold, ThrottlingException, TriggerConfig, TriggerProperties, UntagResourceRequest, UntagResourceResponse, UpdateAddress, UpdateCalculatedAttributeDefinitionRequest, UpdateCalculatedAttributeDefinitionResponse, UpdateDomainRequest, UpdateDomainResponse, UpdateProfileRequest, UpdateProfileResponse, WorkflowAttributes, WorkflowMetrics, WorkflowStepItem, ZendeskSourceProperties
Instance Attribute Summary collapse
-
#calculated_attributes ⇒ Hash<String,Types::CalculatedAttributeDimension>
Object that holds the calculated attributes to segment on.
-
#profile_attributes ⇒ Types::ProfileAttributes
Object that holds the profile attributes to segment on.
Instance Attribute Details
#calculated_attributes ⇒ Hash<String,Types::CalculatedAttributeDimension>
Object that holds the calculated attributes to segment on.
1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1968 class Dimension < Struct.new( :profile_attributes, :calculated_attributes, :unknown) SENSITIVE = [:profile_attributes] include Aws::Structure include Aws::Structure::Union class ProfileAttributes < Dimension; end class CalculatedAttributes < Dimension; end class Unknown < Dimension; end end |
#profile_attributes ⇒ Types::ProfileAttributes
Object that holds the profile attributes to segment on.
1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1968 class Dimension < Struct.new( :profile_attributes, :calculated_attributes, :unknown) SENSITIVE = [:profile_attributes] include Aws::Structure include Aws::Structure::Union class ProfileAttributes < Dimension; end class CalculatedAttributes < Dimension; end class Unknown < Dimension; end end |