Class: Aws::Types::CreateVpcEndpointServiceConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointServiceConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute gateway_load_balancer_arns.
-
#network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute network_load_balancer_arns.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#supported_ip_address_types ⇒ ::Array[::String]
Returns the value of attribute supported_ip_address_types.
-
#supported_regions ⇒ ::Array[::String]
Returns the value of attribute supported_regions.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
3780 3781 3782 |
# File 'sig/types.rbs', line 3780 def acceptance_required @acceptance_required end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3786 3787 3788 |
# File 'sig/types.rbs', line 3786 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3779 3780 3781 |
# File 'sig/types.rbs', line 3779 def dry_run @dry_run end |
#gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute gateway_load_balancer_arns.
3783 3784 3785 |
# File 'sig/types.rbs', line 3783 def gateway_load_balancer_arns @gateway_load_balancer_arns end |
#network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute network_load_balancer_arns.
3782 3783 3784 |
# File 'sig/types.rbs', line 3782 def network_load_balancer_arns @network_load_balancer_arns end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
3781 3782 3783 |
# File 'sig/types.rbs', line 3781 def private_dns_name @private_dns_name end |
#supported_ip_address_types ⇒ ::Array[::String]
Returns the value of attribute supported_ip_address_types.
3784 3785 3786 |
# File 'sig/types.rbs', line 3784 def supported_ip_address_types @supported_ip_address_types end |
#supported_regions ⇒ ::Array[::String]
Returns the value of attribute supported_regions.
3785 3786 3787 |
# File 'sig/types.rbs', line 3785 def supported_regions @supported_regions end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3787 3788 3789 |
# File 'sig/types.rbs', line 3787 def tag_specifications @tag_specifications end |