Class: Aws::Types::ServiceManagedInput
- Inherits:
-
Object
- Object
- Aws::Types::ServiceManagedInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
-
#host_address ⇒ ::String
Returns the value of attribute host_address.
-
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
-
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
-
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def certificate @certificate end |
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def dns_resolution @dns_resolution end |
#host_address ⇒ ::String
Returns the value of attribute host_address.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def host_address @host_address end |
#ip_address_type ⇒ "IPV4", ...
Returns the value of attribute ip_address_type.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def ip_address_type @ip_address_type end |
#ipv4_addresses_per_eni ⇒ ::Integer
Returns the value of attribute ipv4_addresses_per_eni.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def ipv4_addresses_per_eni @ipv4_addresses_per_eni end |
#port_ranges ⇒ ::Array[::String]
Returns the value of attribute port_ranges.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def port_ranges @port_ranges end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def vpc_id @vpc_id end |