Class: Aws::CustomerProfiles::Types::GetDomainObjectTypeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the domain object type was created.

Returns:

  • (Time)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615

class GetDomainObjectTypeResponse < Struct.new(
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the domain object type.

Returns:

  • (String)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615

class GetDomainObjectTypeResponse < Struct.new(
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#encryption_keyString

The customer provided KMS key used to encrypt this type of domain object.

Returns:

  • (String)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615

class GetDomainObjectTypeResponse < Struct.new(
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#fieldsHash<String,Types::DomainObjectTypeField>

A map of field names to their corresponding domain object type field definitions.

Returns:



3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615

class GetDomainObjectTypeResponse < Struct.new(
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the domain object type was most recently edited.

Returns:

  • (Time)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615

class GetDomainObjectTypeResponse < Struct.new(
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#object_type_nameString

The unique name of the domain object type.

Returns:

  • (String)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615

class GetDomainObjectTypeResponse < Struct.new(
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615

class GetDomainObjectTypeResponse < Struct.new(
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end