Class: Aws::Types::ApplicationSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#settings_group ⇒ ::String
Returns the value of attribute settings_group.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
143 144 145 |
# File 'sig/types.rbs', line 143 def enabled @enabled end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
145 146 147 |
# File 'sig/types.rbs', line 145 def s3_bucket_name @s3_bucket_name end |
#settings_group ⇒ ::String
Returns the value of attribute settings_group.
144 145 146 |
# File 'sig/types.rbs', line 144 def settings_group @settings_group end |