Class: Aws::CustomerProfiles::Types::PutDomainObjectTypeResponse

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7982

class PutDomainObjectTypeResponse < 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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7982

class PutDomainObjectTypeResponse < 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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7982

class PutDomainObjectTypeResponse < 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:



7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7982

class PutDomainObjectTypeResponse < 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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7982

class PutDomainObjectTypeResponse < 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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7982

class PutDomainObjectTypeResponse < 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>)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7982

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