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)


3538
3539
3540
# File 'sig/types.rbs', line 3538

def dry_run
  @dry_run
end

#optionsTypes::CreateTransitGatewayMulticastDomainRequestOptions

Returns the value of attribute options.



3536
3537
3538
# File 'sig/types.rbs', line 3536

def options
  @options
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3537
3538
3539
# File 'sig/types.rbs', line 3537

def tag_specifications
  @tag_specifications
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


3535
3536
3537
# File 'sig/types.rbs', line 3535

def transit_gateway_id
  @transit_gateway_id
end