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)


18027
18028
18029
# File 'sig/types.rbs', line 18027

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayMulticastDomainOptions

Returns the value of attribute options.



18025
18026
18027
# File 'sig/types.rbs', line 18025

def options
  @options
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18024
18025
18026
# File 'sig/types.rbs', line 18024

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18026
18027
18028
# File 'sig/types.rbs', line 18026

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18028
18029
18030
# File 'sig/types.rbs', line 18028

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


18021
18022
18023
# File 'sig/types.rbs', line 18021

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end