Class: Aws::Types::ServiceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_requiredBoolean

Returns the value of attribute acceptance_required.

Returns:

  • (Boolean)


17348
17349
17350
# File 'sig/types.rbs', line 17348

def acceptance_required
  @acceptance_required
end

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


17346
17347
17348
# File 'sig/types.rbs', line 17346

def availability_zone_ids
  @availability_zone_ids
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


17347
17348
17349
# File 'sig/types.rbs', line 17347

def availability_zones
  @availability_zones
end

#base_endpoint_dns_names::Array[::String]

Returns the value of attribute base_endpoint_dns_names.

Returns:

  • (::Array[::String])


17353
17354
17355
# File 'sig/types.rbs', line 17353

def base_endpoint_dns_names
  @base_endpoint_dns_names
end

#gateway_load_balancer_arns::Array[::String]

Returns the value of attribute gateway_load_balancer_arns.

Returns:

  • (::Array[::String])


17351
17352
17353
# File 'sig/types.rbs', line 17351

def gateway_load_balancer_arns
  @gateway_load_balancer_arns
end

#manages_vpc_endpointsBoolean

Returns the value of attribute manages_vpc_endpoints.

Returns:

  • (Boolean)


17349
17350
17351
# File 'sig/types.rbs', line 17349

def manages_vpc_endpoints
  @manages_vpc_endpoints
end

#network_load_balancer_arns::Array[::String]

Returns the value of attribute network_load_balancer_arns.

Returns:

  • (::Array[::String])


17350
17351
17352
# File 'sig/types.rbs', line 17350

def network_load_balancer_arns
  @network_load_balancer_arns
end

#payer_responsibility"ServiceOwner"

Returns the value of attribute payer_responsibility.

Returns:

  • ("ServiceOwner")


17356
17357
17358
# File 'sig/types.rbs', line 17356

def payer_responsibility
  @payer_responsibility
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


17354
17355
17356
# File 'sig/types.rbs', line 17354

def private_dns_name
  @private_dns_name
end

#private_dns_name_configurationTypes::PrivateDnsNameConfiguration

Returns the value of attribute private_dns_name_configuration.



17355
17356
17357
# File 'sig/types.rbs', line 17355

def private_dns_name_configuration
  @private_dns_name_configuration
end

#remote_access_enabledBoolean

Returns the value of attribute remote_access_enabled.

Returns:

  • (Boolean)


17359
17360
17361
# File 'sig/types.rbs', line 17359

def remote_access_enabled
  @remote_access_enabled
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


17343
17344
17345
# File 'sig/types.rbs', line 17343

def service_id
  @service_id
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


17344
17345
17346
# File 'sig/types.rbs', line 17344

def service_name
  @service_name
end

#service_state"Pending", ...

Returns the value of attribute service_state.

Returns:

  • ("Pending", "Available", "Deleting", "Deleted", "Failed")


17345
17346
17347
# File 'sig/types.rbs', line 17345

def service_state
  @service_state
end

#service_type::Array[Types::ServiceTypeDetail]

Returns the value of attribute service_type.

Returns:



17342
17343
17344
# File 'sig/types.rbs', line 17342

def service_type
  @service_type
end

#supported_ip_address_types::Array[("ipv4" | "ipv6")]

Returns the value of attribute supported_ip_address_types.

Returns:

  • (::Array[("ipv4" | "ipv6")])


17352
17353
17354
# File 'sig/types.rbs', line 17352

def supported_ip_address_types
  @supported_ip_address_types
end

#supported_regions::Array[Types::SupportedRegionDetail]

Returns the value of attribute supported_regions.

Returns:



17358
17359
17360
# File 'sig/types.rbs', line 17358

def supported_regions
  @supported_regions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17357
17358
17359
# File 'sig/types.rbs', line 17357

def tags
  @tags
end