Class: Aws::Types::CreateEgressOnlyInternetGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2429
2430
2431
# File 'sig/types.rbs', line 2429

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def vpc_id
  @vpc_id
end