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.
18338 18339 18340 |
# File 'sig/types.rbs', line 18338 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayMulticastDomainOptions
Returns the value of attribute options.
18336 18337 18338 |
# File 'sig/types.rbs', line 18336 def @options end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18335 18336 18337 |
# File 'sig/types.rbs', line 18335 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18337 18338 18339 |
# File 'sig/types.rbs', line 18337 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18339 18340 18341 |
# File 'sig/types.rbs', line 18339 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18333 18334 18335 |
# File 'sig/types.rbs', line 18333 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_multicast_domain_arn ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_arn.
18334 18335 18336 |
# File 'sig/types.rbs', line 18334 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.
18332 18333 18334 |
# File 'sig/types.rbs', line 18332 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |