Class: Aws::Types::CreateVpcEndpointAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#subnet_mapping ⇒ Types::SubnetMapping
Returns the value of attribute subnet_mapping.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
356 357 358 |
# File 'sig/types.rbs', line 356 def description @description end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
353 354 355 |
# File 'sig/types.rbs', line 353 def firewall_arn @firewall_arn end |
#subnet_mapping ⇒ Types::SubnetMapping
Returns the value of attribute subnet_mapping.
355 356 357 |
# File 'sig/types.rbs', line 355 def subnet_mapping @subnet_mapping end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
357 358 359 |
# File 'sig/types.rbs', line 357 def @tags 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 |