Class: Aws::Types::GetProfileObjectTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProfileObjectTypeResponse
- 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.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def allow_profile_creation @allow_profile_creation end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def description @description end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def encryption_key @encryption_key end |
#expiration_days ⇒ ::Integer
Returns the value of attribute expiration_days.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def expiration_days @expiration_days end |
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def fields @fields end |
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
Returns the value of attribute keys.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def keys @keys end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def last_updated_at @last_updated_at end |
#max_available_profile_object_count ⇒ ::Integer
Returns the value of attribute max_available_profile_object_count.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 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.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def max_profile_object_count @max_profile_object_count end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def object_type_name @object_type_name end |
#source_last_updated_timestamp_format ⇒ ::String
Returns the value of attribute source_last_updated_timestamp_format.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def @source_last_updated_timestamp_format end |
#source_priority ⇒ ::Integer
Returns the value of attribute source_priority.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def source_priority @source_priority end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def template_id @template_id end |