Class: Aws::Types::CreateRouteServerEndpointRequest

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)


3143
3144
3145
# File 'sig/types.rbs', line 3143

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def dry_run
  @dry_run
end

#route_server_id::String

Returns the value of attribute route_server_id.

Returns:

  • (::String)


3141
3142
3143
# File 'sig/types.rbs', line 3141

def route_server_id
  @route_server_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


3142
3143
3144
# File 'sig/types.rbs', line 3142

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3145
3146
3147
# File 'sig/types.rbs', line 3145

def tag_specifications
  @tag_specifications
end