Class: Aws::Types::ClassicLinkInstance
- Inherits:
-
Object
- Object
- Aws::Types::ClassicLinkInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def groups @groups end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def instance_id @instance_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def vpc_id @vpc_id end |