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.
18027 18028 18029 |
# File 'sig/types.rbs', line 18027 def creation_time @creation_time end |
#options ⇒ Types::TransitGatewayMulticastDomainOptions
Returns the value of attribute options.
18025 18026 18027 |
# File 'sig/types.rbs', line 18025 def @options end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18024 18025 18026 |
# File 'sig/types.rbs', line 18024 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18026 18027 18028 |
# File 'sig/types.rbs', line 18026 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18028 18029 18030 |
# File 'sig/types.rbs', line 18028 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18022 18023 18024 |
# File 'sig/types.rbs', line 18022 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_multicast_domain_arn ⇒ ::String
Returns the value of attribute transit_gateway_multicast_domain_arn.
18023 18024 18025 |
# File 'sig/types.rbs', line 18023 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.
18021 18022 18023 |
# File 'sig/types.rbs', line 18021 def transit_gateway_multicast_domain_id @transit_gateway_multicast_domain_id end |