Class: Aws::Types::TransitGatewayMulticastDomain

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


18677
18678
18679
# File 'sig/types.rbs', line 18677

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayMulticastDomainOptions

Returns the value of attribute options.



18675
18676
18677
# File 'sig/types.rbs', line 18675

def options
  @options
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18674
18675
18676
# File 'sig/types.rbs', line 18674

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting", "deleted")


18676
18677
18678
# File 'sig/types.rbs', line 18676

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18678
18679
18680
# File 'sig/types.rbs', line 18678

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


18671
18672
18673
# File 'sig/types.rbs', line 18671

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end