Class: Aws::Types::CreateInstanceConnectEndpointRequest

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)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2433
2434
2435
# File 'sig/types.rbs', line 2433

def dry_run
  @dry_run
end

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack", "ipv6")


2439
2440
2441
# File 'sig/types.rbs', line 2439

def ip_address_type
  @ip_address_type
end

#preserve_client_ipBoolean

Returns the value of attribute preserve_client_ip.

Returns:

  • (Boolean)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def preserve_client_ip
  @preserve_client_ip
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2435
2436
2437
# File 'sig/types.rbs', line 2435

def security_group_ids
  @security_group_ids
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2434
2435
2436
# File 'sig/types.rbs', line 2434

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2438
2439
2440
# File 'sig/types.rbs', line 2438

def tag_specifications
  @tag_specifications
end