Class: Aws::Types::PutProfileObjectTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutProfileObjectTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_profile_creation ⇒ Boolean
Returns the value of attribute allow_profile_creation.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#expiration_days ⇒ ::Integer
Returns the value of attribute expiration_days.
-
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
-
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
Returns the value of attribute keys.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#max_available_profile_object_count ⇒ ::Integer
Returns the value of attribute max_available_profile_object_count.
-
#max_profile_object_count ⇒ ::Integer
Returns the value of attribute max_profile_object_count.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
-
#source_last_updated_timestamp_format ⇒ ::String
Returns the value of attribute source_last_updated_timestamp_format.
-
#source_priority ⇒ ::Integer
Returns the value of attribute source_priority.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#allow_profile_creation ⇒ Boolean
Returns the value of attribute allow_profile_creation.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def allow_profile_creation @allow_profile_creation end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def description @description end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def encryption_key @encryption_key end |
#expiration_days ⇒ ::Integer
Returns the value of attribute expiration_days.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def expiration_days @expiration_days end |
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def fields @fields end |
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
Returns the value of attribute keys.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def keys @keys end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def last_updated_at @last_updated_at end |
#max_available_profile_object_count ⇒ ::Integer
Returns the value of attribute max_available_profile_object_count.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def max_available_profile_object_count @max_available_profile_object_count end |
#max_profile_object_count ⇒ ::Integer
Returns the value of attribute max_profile_object_count.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def max_profile_object_count @max_profile_object_count end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def object_type_name @object_type_name end |
#source_last_updated_timestamp_format ⇒ ::String
Returns the value of attribute source_last_updated_timestamp_format.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def @source_last_updated_timestamp_format end |
#source_priority ⇒ ::Integer
Returns the value of attribute source_priority.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def source_priority @source_priority end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def template_id @template_id end |