Class: Aws::Types::TransitGatewayMulticastDomain
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayMulticastDomain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#options ⇒ Types::TransitGatewayMulticastDomainOptions
Returns the value of attribute options.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transit_gateway_multicast_domain_arn ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_arn.
-
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18677 18678 18679 |
# File 'sig/types.rbs', line 18677 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayMulticastDomainOptions
Returns the value of attribute options.
18675 18676 18677 |
# File 'sig/types.rbs', line 18675 def @options end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18674 18675 18676 |
# File 'sig/types.rbs', line 18674 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18676 18677 18678 |
# File 'sig/types.rbs', line 18676 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18678 18679 18680 |
# File 'sig/types.rbs', line 18678 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18672 18673 18674 |
# File 'sig/types.rbs', line 18672 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_multicast_domain_arn ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_arn.
18673 18674 18675 |
# File 'sig/types.rbs', line 18673 def transit_gateway_multicast_domain_arn @transit_gateway_multicast_domain_arn end |
#transit_gateway_multicast_domain_id ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_id.
18671 18672 18673 |
# File 'sig/types.rbs', line 18671 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |