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)


2549
2550
2551
# File 'sig/types.rbs', line 2549

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def dry_run
  @dry_run
end

#ip_address_type"ipv4", ...

Returns the value of attribute ip_address_type.

Returns:

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


2551
2552
2553
# File 'sig/types.rbs', line 2551

def ip_address_type
  @ip_address_type
end

#preserve_client_ipBoolean

Returns the value of attribute preserve_client_ip.

Returns:

  • (Boolean)


2548
2549
2550
# File 'sig/types.rbs', line 2548

def preserve_client_ip
  @preserve_client_ip
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


2547
2548
2549
# File 'sig/types.rbs', line 2547

def security_group_ids
  @security_group_ids
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2550
2551
2552
# File 'sig/types.rbs', line 2550

def tag_specifications
  @tag_specifications
end