Class: Aws::Types::PutProfileObjectTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutProfileObjectTypeRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#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.
-
#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.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def allow_profile_creation @allow_profile_creation end |
#description ⇒ ::String
Returns the value of attribute description.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def domain_name @domain_name end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def encryption_key @encryption_key end |
#expiration_days ⇒ ::Integer
Returns the value of attribute expiration_days.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def expiration_days @expiration_days end |
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def fields @fields end |
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
Returns the value of attribute keys.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def keys @keys end |
#max_profile_object_count ⇒ ::Integer
Returns the value of attribute max_profile_object_count.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def max_profile_object_count @max_profile_object_count end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def object_type_name @object_type_name end |
#source_last_updated_timestamp_format ⇒ ::String
Returns the value of attribute source_last_updated_timestamp_format.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def @source_last_updated_timestamp_format end |
#source_priority ⇒ ::Integer
Returns the value of attribute source_priority.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def source_priority @source_priority end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def template_id @template_id end |