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.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 def client_token @client_token end |
#dns_options ⇒ Types::DnsOptionsSpecification
Returns the value of attribute dns_options.
3873 3874 3875 |
# File 'sig/types.rbs', line 3873 def @dns_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3864 3865 3866 |
# File 'sig/types.rbs', line 3864 def dry_run @dry_run end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def ip_address_type @ip_address_type end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
3868 3869 3870 |
# File 'sig/types.rbs', line 3868 def policy_document @policy_document end |
#private_dns_enabled ⇒ Boolean
Returns the value of attribute private_dns_enabled.
3875 3876 3877 |
# File 'sig/types.rbs', line 3875 def private_dns_enabled @private_dns_enabled end |
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
3879 3880 3881 |
# File 'sig/types.rbs', line 3879 def resource_configuration_arn @resource_configuration_arn end |
#route_table_ids ⇒ ::Array[::String]
Returns the value of attribute route_table_ids.
3869 3870 3871 |
# File 'sig/types.rbs', line 3869 def route_table_ids @route_table_ids end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
3871 3872 3873 |
# File 'sig/types.rbs', line 3871 def security_group_ids @security_group_ids end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
3867 3868 3869 |
# File 'sig/types.rbs', line 3867 def service_name @service_name end |
#service_network_arn ⇒ ::String
Returns the value of attribute service_network_arn.
3878 3879 3880 |
# File 'sig/types.rbs', line 3878 def service_network_arn @service_network_arn end |
#service_region ⇒ ::String
Returns the value of attribute service_region.
3880 3881 3882 |
# File 'sig/types.rbs', line 3880 def service_region @service_region end |
#subnet_configurations ⇒ ::Array[Types::SubnetConfiguration]
Returns the value of attribute subnet_configurations.
3877 3878 3879 |
# File 'sig/types.rbs', line 3877 def subnet_configurations @subnet_configurations end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3870 3871 3872 |
# File 'sig/types.rbs', line 3870 def subnet_ids @subnet_ids end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def tag_specifications @tag_specifications end |
#vpc_endpoint_type ⇒ "Interface", ...
Returns the value of attribute vpc_endpoint_type.
3865 3866 3867 |
# File 'sig/types.rbs', line 3865 def vpc_endpoint_type @vpc_endpoint_type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3866 3867 3868 |
# File 'sig/types.rbs', line 3866 def vpc_id @vpc_id end |