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)


2565
2566
2567
# File 'sig/types.rbs', line 2565

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2561
2562
2563
# File 'sig/types.rbs', line 2561

def dry_run
  @dry_run
end

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

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


2567
2568
2569
# File 'sig/types.rbs', line 2567

def ip_address_type
  @ip_address_type
end

#preserve_client_ipBoolean

Returns the value of attribute preserve_client_ip.

Returns:

  • (Boolean)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def preserve_client_ip
  @preserve_client_ip
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2563
2564
2565
# File 'sig/types.rbs', line 2563

def security_group_ids
  @security_group_ids
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2562
2563
2564
# File 'sig/types.rbs', line 2562

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2566
2567
2568
# File 'sig/types.rbs', line 2566

def tag_specifications
  @tag_specifications
end