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)


18338
18339
18340
# File 'sig/types.rbs', line 18338

def creation_time
  @creation_time
end

#optionsTypes::TransitGatewayMulticastDomainOptions

Returns the value of attribute options.



18336
18337
18338
# File 'sig/types.rbs', line 18336

def options
  @options
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18335
18336
18337
# File 'sig/types.rbs', line 18335

def owner_id
  @owner_id
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


18337
18338
18339
# File 'sig/types.rbs', line 18337

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18339
18340
18341
# File 'sig/types.rbs', line 18339

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


18332
18333
18334
# File 'sig/types.rbs', line 18332

def transit_gateway_multicast_domain_id
  @transit_gateway_multicast_domain_id
end