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.
-
#dns_options ⇒ Types::DnsOptionsSpecification
Returns the value of attribute dns_options.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
-
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
-
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
-
#service_region ⇒ ::String
Returns the value of attribute service_region.
-
#subnet_configurations ⇒ ::Array[Types::SubnetConfiguration]
Returns the value of attribute subnet_configurations.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_endpoint_type ⇒ "Interface", ...
Returns the value of attribute vpc_endpoint_type.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3924 3925 3926 |
# File 'sig/types.rbs', line 3924 def client_token @client_token end |
#dns_options ⇒ Types::DnsOptionsSpecification
Returns the value of attribute dns_options.
3923 3924 3925 |
# File 'sig/types.rbs', line 3923 def @dns_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def dry_run @dry_run end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
3922 3923 3924 |
# File 'sig/types.rbs', line 3922 def ip_address_type @ip_address_type end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
3918 3919 3920 |
# File 'sig/types.rbs', line 3918 def policy_document @policy_document end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
3925 3926 3927 |
# File 'sig/types.rbs', line 3925 def private_dns_enabled @private_dns_enabled end |
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
3929 3930 3931 |
# File 'sig/types.rbs', line 3929 def resource_configuration_arn @resource_configuration_arn end |
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
3919 3920 3921 |
# File 'sig/types.rbs', line 3919 def route_table_ids @route_table_ids end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def security_group_ids @security_group_ids end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
3917 3918 3919 |
# File 'sig/types.rbs', line 3917 def service_name @service_name end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
3928 3929 3930 |
# File 'sig/types.rbs', line 3928 def service_network_arn @service_network_arn end |
#service_region ⇒ ::String
Returns the value of attribute service_region.
3930 3931 3932 |
# File 'sig/types.rbs', line 3930 def service_region @service_region end |
#subnet_configurations ⇒ ::Array[Types::SubnetConfiguration]
Returns the value of attribute subnet_configurations.
3927 3928 3929 |
# File 'sig/types.rbs', line 3927 def subnet_configurations @subnet_configurations end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def subnet_ids @subnet_ids end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3926 3927 3928 |
# File 'sig/types.rbs', line 3926 def tag_specifications @tag_specifications end |
#vpc_endpoint_type ⇒ "Interface", ...
Returns the value of attribute vpc_endpoint_type.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 def vpc_endpoint_type @vpc_endpoint_type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3916 3917 3918 |
# File 'sig/types.rbs', line 3916 def vpc_id @vpc_id end |