Class: Aws::Types::MapIterationEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::MapIterationEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
722 723 724 |
# File 'sig/types.rbs', line 722 def index @index end |
#name ⇒ ::String
Returns the value of attribute name.
721 722 723 |
# File 'sig/types.rbs', line 721 def name @name end |