You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ServiceDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a VPC endpoint service.

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_requiredBoolean

Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

Returns:

  • (Boolean)

    Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

#availability_zonesArray<String>

The Availability Zones in which the service is available.

Returns:

  • (Array<String>)

    The Availability Zones in which the service is available.

#base_endpoint_dns_namesArray<String>

The DNS names for the service.

Returns:

  • (Array<String>)

    The DNS names for the service.

#manages_vpc_endpointsBoolean

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

Returns:

  • (Boolean)

    Indicates whether the service manages its VPC endpoints.

#ownerString

The AWS account ID of the service owner.

Returns:

  • (String)

    The AWS account ID of the service owner.

#private_dns_nameString

The private DNS name for the service.

Returns:

  • (String)

    The private DNS name for the service.

#private_dns_name_verification_stateString

The verification state of the VPC endpoint service.

Consumers of the endpoint service cannot use the private name when the state is not verified.

Possible values:

  • pendingVerification
  • verified
  • failed

Returns:

  • (String)

    The verification state of the VPC endpoint service.

#service_idString

The ID of the endpoint service.

Returns:

  • (String)

    The ID of the endpoint service.

#service_nameString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the service.

#service_typeArray<Types::ServiceTypeDetail>

The type of service.

Returns:

#tagsArray<Types::Tag>

Any tags assigned to the service.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the service.

#vpc_endpoint_policy_supportedBoolean

Indicates whether the service supports endpoint policies.

Returns:

  • (Boolean)

    Indicates whether the service supports endpoint policies.