Class: Aws::Types::CreateVpcAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#options ⇒ Types::VpcOptions
Returns the value of attribute options.
-
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
-
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_arn ⇒ ::String
Returns the value of attribute vpc_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
597 598 599 |
# File 'sig/types.rbs', line 597 def client_token @client_token end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
591 592 593 |
# File 'sig/types.rbs', line 591 def core_network_id @core_network_id end |
#options ⇒ Types::VpcOptions
Returns the value of attribute options.
594 595 596 |
# File 'sig/types.rbs', line 594 def end |
#routing_policy_label ⇒ ::String
Returns the value of attribute routing_policy_label.
595 596 597 |
# File 'sig/types.rbs', line 595 def routing_policy_label @routing_policy_label end |
#subnet_arns ⇒ ::Array[::String]
Returns the value of attribute subnet_arns.
593 594 595 |
# File 'sig/types.rbs', line 593 def subnet_arns @subnet_arns end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
596 597 598 |
# File 'sig/types.rbs', line 596 def end |
#vpc_arn ⇒ ::String
Returns the value of attribute vpc_arn.
592 593 594 |
# File 'sig/types.rbs', line 592 def vpc_arn @vpc_arn end |