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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

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)


33585
33586
33587
33588
33589
33590
33591
33592
33593
33594
33595
# File 'lib/aws-sdk-ec2/types.rb', line 33585

class ServiceDetail < Struct.new(
  :service_name,
  :service_type,
  :availability_zones,
  :owner,
  :base_endpoint_dns_names,
  :private_dns_name,
  :vpc_endpoint_policy_supported,
  :acceptance_required)
  include Aws::Structure
end

#availability_zonesArray<String>

The Availability Zones in which the service is available.

Returns:

  • (Array<String>)


33585
33586
33587
33588
33589
33590
33591
33592
33593
33594
33595
# File 'lib/aws-sdk-ec2/types.rb', line 33585

class ServiceDetail < Struct.new(
  :service_name,
  :service_type,
  :availability_zones,
  :owner,
  :base_endpoint_dns_names,
  :private_dns_name,
  :vpc_endpoint_policy_supported,
  :acceptance_required)
  include Aws::Structure
end

#base_endpoint_dns_namesArray<String>

The DNS names for the service.

Returns:

  • (Array<String>)


33585
33586
33587
33588
33589
33590
33591
33592
33593
33594
33595
# File 'lib/aws-sdk-ec2/types.rb', line 33585

class ServiceDetail < Struct.new(
  :service_name,
  :service_type,
  :availability_zones,
  :owner,
  :base_endpoint_dns_names,
  :private_dns_name,
  :vpc_endpoint_policy_supported,
  :acceptance_required)
  include Aws::Structure
end

#ownerString

The AWS account ID of the service owner.

Returns:

  • (String)


33585
33586
33587
33588
33589
33590
33591
33592
33593
33594
33595
# File 'lib/aws-sdk-ec2/types.rb', line 33585

class ServiceDetail < Struct.new(
  :service_name,
  :service_type,
  :availability_zones,
  :owner,
  :base_endpoint_dns_names,
  :private_dns_name,
  :vpc_endpoint_policy_supported,
  :acceptance_required)
  include Aws::Structure
end

#private_dns_nameString

The private DNS name for the service.

Returns:

  • (String)


33585
33586
33587
33588
33589
33590
33591
33592
33593
33594
33595
# File 'lib/aws-sdk-ec2/types.rb', line 33585

class ServiceDetail < Struct.new(
  :service_name,
  :service_type,
  :availability_zones,
  :owner,
  :base_endpoint_dns_names,
  :private_dns_name,
  :vpc_endpoint_policy_supported,
  :acceptance_required)
  include Aws::Structure
end

#service_nameString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


33585
33586
33587
33588
33589
33590
33591
33592
33593
33594
33595
# File 'lib/aws-sdk-ec2/types.rb', line 33585

class ServiceDetail < Struct.new(
  :service_name,
  :service_type,
  :availability_zones,
  :owner,
  :base_endpoint_dns_names,
  :private_dns_name,
  :vpc_endpoint_policy_supported,
  :acceptance_required)
  include Aws::Structure
end

#service_typeArray<Types::ServiceTypeDetail>

The type of service.

Returns:



33585
33586
33587
33588
33589
33590
33591
33592
33593
33594
33595
# File 'lib/aws-sdk-ec2/types.rb', line 33585

class ServiceDetail < Struct.new(
  :service_name,
  :service_type,
  :availability_zones,
  :owner,
  :base_endpoint_dns_names,
  :private_dns_name,
  :vpc_endpoint_policy_supported,
  :acceptance_required)
  include Aws::Structure
end

#vpc_endpoint_policy_supportedBoolean

Indicates whether the service supports endpoint policies.

Returns:

  • (Boolean)


33585
33586
33587
33588
33589
33590
33591
33592
33593
33594
33595
# File 'lib/aws-sdk-ec2/types.rb', line 33585

class ServiceDetail < Struct.new(
  :service_name,
  :service_type,
  :availability_zones,
  :owner,
  :base_endpoint_dns_names,
  :private_dns_name,
  :vpc_endpoint_policy_supported,
  :acceptance_required)
  include Aws::Structure
end