Class: Aws::Types::ServiceSetting
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#last_modified_user ⇒ ::String
Returns the value of attribute last_modified_user.
-
#setting_id ⇒ ::String
Returns the value of attribute setting_id.
-
#setting_value ⇒ ::String
Returns the value of attribute setting_value.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4088 4089 4090 |
# File 'sig/types.rbs', line 4088 def arn @arn end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
4086 4087 4088 |
# File 'sig/types.rbs', line 4086 def last_modified_date @last_modified_date end |
#last_modified_user ⇒ ::String
Returns the value of attribute last_modified_user.
4087 4088 4089 |
# File 'sig/types.rbs', line 4087 def last_modified_user @last_modified_user end |
#setting_id ⇒ ::String
Returns the value of attribute setting_id.
4084 4085 4086 |
# File 'sig/types.rbs', line 4084 def setting_id @setting_id end |
#setting_value ⇒ ::String
Returns the value of attribute setting_value.
4085 4086 4087 |
# File 'sig/types.rbs', line 4085 def setting_value @setting_value end |
#status ⇒ ::String
Returns the value of attribute status.
4089 4090 4091 |
# File 'sig/types.rbs', line 4089 def status @status end |