Class: Aws::Types::CreateInstanceConnectEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceConnectEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#preserve_client_ip ⇒ Boolean
Returns the value of attribute preserve_client_ip.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def ip_address_type @ip_address_type end |
#preserve_client_ip ⇒ Boolean
Returns the value of attribute preserve_client_ip.
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.
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.
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.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def tag_specifications @tag_specifications end |