Class: Aws::Types::CreateCoipPoolRequest

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)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2348
2349
2350
# File 'sig/types.rbs', line 2348

def tag_specifications
  @tag_specifications
end