Class: Aws::Types::ServiceDetail

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)


17375
17376
17377
# File 'sig/types.rbs', line 17375

def acceptance_required
  @acceptance_required
end

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


17368
17369
17370
# File 'sig/types.rbs', line 17368

def availability_zone_ids
  @availability_zone_ids
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


17369
17370
17371
# File 'sig/types.rbs', line 17369

def availability_zones
  @availability_zones
end

#base_endpoint_dns_names::Array[::String]

Returns the value of attribute base_endpoint_dns_names.

Returns:

  • (::Array[::String])


17371
17372
17373
# File 'sig/types.rbs', line 17371

def base_endpoint_dns_names
  @base_endpoint_dns_names
end

#manages_vpc_endpointsBoolean

Returns the value of attribute manages_vpc_endpoints.

Returns:

  • (Boolean)


17376
17377
17378
# File 'sig/types.rbs', line 17376

def manages_vpc_endpoints
  @manages_vpc_endpoints
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


17370
17371
17372
# File 'sig/types.rbs', line 17370

def owner
  @owner
end

#payer_responsibility"ServiceOwner"

Returns the value of attribute payer_responsibility.

Returns:

  • ("ServiceOwner")


17377
17378
17379
# File 'sig/types.rbs', line 17377

def payer_responsibility
  @payer_responsibility
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


17372
17373
17374
# File 'sig/types.rbs', line 17372

def private_dns_name
  @private_dns_name
end

#private_dns_name_verification_state"pendingVerification", ...

Returns the value of attribute private_dns_name_verification_state.

Returns:

  • ("pendingVerification", "verified", "failed")


17379
17380
17381
# File 'sig/types.rbs', line 17379

def private_dns_name_verification_state
  @private_dns_name_verification_state
end

#private_dns_names::Array[Types::PrivateDnsDetails]

Returns the value of attribute private_dns_names.

Returns:



17373
17374
17375
# File 'sig/types.rbs', line 17373

def private_dns_names
  @private_dns_names
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


17365
17366
17367
# File 'sig/types.rbs', line 17365

def service_id
  @service_id
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


17364
17365
17366
# File 'sig/types.rbs', line 17364

def service_name
  @service_name
end

#service_region::String

Returns the value of attribute service_region.

Returns:

  • (::String)


17367
17368
17369
# File 'sig/types.rbs', line 17367

def service_region
  @service_region
end

#service_type::Array[Types::ServiceTypeDetail]

Returns the value of attribute service_type.

Returns:



17366
17367
17368
# File 'sig/types.rbs', line 17366

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")])


17380
17381
17382
# File 'sig/types.rbs', line 17380

def supported_ip_address_types
  @supported_ip_address_types
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17378
17379
17380
# File 'sig/types.rbs', line 17378

def tags
  @tags
end

#vpc_endpoint_policy_supportedBoolean

Returns the value of attribute vpc_endpoint_policy_supported.

Returns:

  • (Boolean)


17374
17375
17376
# File 'sig/types.rbs', line 17374

def vpc_endpoint_policy_supported
  @vpc_endpoint_policy_supported
end