Class: Aws::Types::SettingEntry
- Inherits:
-
Object
- Object
- Aws::Types::SettingEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#applied_value ⇒ ::String
Returns the value of attribute applied_value.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#last_requested_date_time ⇒ ::Time
Returns the value of attribute last_requested_date_time.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_detailed_status ⇒ ::Hash[::String, ("Requested" | "Updating" | "Updated" | "Failed" | "Default")]
Returns the value of attribute request_detailed_status.
-
#request_status ⇒ "Requested", ...
Returns the value of attribute request_status.
-
#request_status_message ⇒ ::String
Returns the value of attribute request_status_message.
-
#requested_value ⇒ ::String
Returns the value of attribute requested_value.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def allowed_values @allowed_values end |
#applied_value ⇒ ::String
Returns the value of attribute applied_value.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def applied_value @applied_value end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def data_type @data_type end |
#last_requested_date_time ⇒ ::Time
Returns the value of attribute last_requested_date_time.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def last_requested_date_time @last_requested_date_time end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def name @name end |
#request_detailed_status ⇒ ::Hash[::String, ("Requested" | "Updating" | "Updated" | "Failed" | "Default")]
Returns the value of attribute request_detailed_status.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def request_detailed_status @request_detailed_status end |
#request_status ⇒ "Requested", ...
Returns the value of attribute request_status.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def request_status @request_status end |
#request_status_message ⇒ ::String
Returns the value of attribute request_status_message.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def @request_status_message end |
#requested_value ⇒ ::String
Returns the value of attribute requested_value.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def requested_value @requested_value end |
#type ⇒ ::String
Returns the value of attribute type.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def type @type end |