Class: Aws::Types::CreateTransitGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3616
3617
3618
# File 'sig/types.rbs', line 3616

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3619
3620
3621
# File 'sig/types.rbs', line 3619

def dry_run
  @dry_run
end

#optionsTypes::TransitGatewayRequestOptions

Returns the value of attribute options.



3617
3618
3619
# File 'sig/types.rbs', line 3617

def options
  @options
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3618
3619
3620
# File 'sig/types.rbs', line 3618

def tag_specifications
  @tag_specifications
end