Class: Aws::Types::MulticastGroup
- Inherits:
-
Object
- Object
- Aws::Types::MulticastGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def name @name end |