Class: Aws::Types::ReasonSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReasonSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
-
#statement_index ⇒ ::Integer
Returns the value of attribute statement_index.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
981 982 983 |
# File 'sig/types.rbs', line 981 def description @description end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
983 984 985 |
# File 'sig/types.rbs', line 983 def statement_id @statement_id end |
#statement_index ⇒ ::Integer
Returns the value of attribute statement_index.
982 983 984 |
# File 'sig/types.rbs', line 982 def statement_index @statement_index end |