Class: Aws::Types::MemberIndex
- Inherits:
-
Object
- Object
- Aws::Types::MemberIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
364 365 366 |
# File 'sig/types.rbs', line 364 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
366 367 368 |
# File 'sig/types.rbs', line 366 def arn @arn end |
#region ⇒ ::String
Returns the value of attribute region.
365 366 367 |
# File 'sig/types.rbs', line 365 def region @region end |
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
367 368 369 |
# File 'sig/types.rbs', line 367 def type @type end |