Class: Aws::Types::CreateVpcEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
357 358 359 |
# File 'sig/types.rbs', line 357 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
353 354 355 |
# File 'sig/types.rbs', line 353 def name @name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
356 357 358 |
# File 'sig/types.rbs', line 356 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
355 356 357 |
# File 'sig/types.rbs', line 355 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
354 355 356 |
# File 'sig/types.rbs', line 354 def vpc_id @vpc_id end |