Class: Aws::Types::CreateTransitGatewayMulticastDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3488
3489
3490
# File 'sig/types.rbs', line 3488

def dry_run
  @dry_run
end

#optionsTypes::CreateTransitGatewayMulticastDomainRequestOptions

Returns the value of attribute options.



3486
3487
3488
# File 'sig/types.rbs', line 3486

def options
  @options
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3487
3488
3489
# File 'sig/types.rbs', line 3487

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3485
3486
3487
# File 'sig/types.rbs', line 3485

def transit_gateway_id
  @transit_gateway_id
end