Class: Aws::Types::ServiceManagedInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:certificate])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def certificate
  @certificate
end

#dns_resolution"PUBLIC", "IN_VPC"

Returns the value of attribute dns_resolution.

Returns:

  • ("PUBLIC", "IN_VPC")


1905
1906
1907
# File 'sig/types.rbs', line 1905

def dns_resolution
  @dns_resolution
end

#host_address::String

Returns the value of attribute host_address.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def host_address
  @host_address
end

#ip_address_type"IPV4", ...

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "IPV6", "DUAL_STACK")


1901
1902
1903
# File 'sig/types.rbs', line 1901

def ip_address_type
  @ip_address_type
end

#ipv4_addresses_per_eni::Integer

Returns the value of attribute ipv4_addresses_per_eni.

Returns:

  • (::Integer)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def ipv4_addresses_per_eni
  @ipv4_addresses_per_eni
end

#port_ranges::Array[::String]

Returns the value of attribute port_ranges.

Returns:

  • (::Array[::String])


1903
1904
1905
# File 'sig/types.rbs', line 1903

def port_ranges
  @port_ranges
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1900
1901
1902
# File 'sig/types.rbs', line 1900

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1899
1900
1901
# File 'sig/types.rbs', line 1899

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def vpc_id
  @vpc_id
end