Class: Aws::Types::ApplicationSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#settings_group ⇒ ::String
Returns the value of attribute settings_group.
-
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def s3_bucket_name @s3_bucket_name end |
#settings_group ⇒ ::String
Returns the value of attribute settings_group.
85 86 87 |
# File 'sig/types.rbs', line 85 def settings_group @settings_group end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
84 85 86 |
# File 'sig/types.rbs', line 84 def status @status end |