Class: Aws::OpenSearchServerless::Types::UpdateVpcEndpointDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

Update details for an OpenSearch Serverless-managed interface endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the endpoint.

Returns:

  • (String)


2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2532

class UpdateVpcEndpointDetail < Struct.new(
  :id,
  :last_modified_date,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateInteger

The timestamp of when the endpoint was last modified.

Returns:

  • (Integer)


2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2532

class UpdateVpcEndpointDetail < Struct.new(
  :id,
  :last_modified_date,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the endpoint.

Returns:

  • (String)


2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2532

class UpdateVpcEndpointDetail < Struct.new(
  :id,
  :last_modified_date,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

Returns:

  • (Array<String>)


2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2532

class UpdateVpcEndpointDetail < Struct.new(
  :id,
  :last_modified_date,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the endpoint update process.

Returns:

  • (String)


2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2532

class UpdateVpcEndpointDetail < Struct.new(
  :id,
  :last_modified_date,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The ID of the subnets from which you access OpenSearch Serverless.

Returns:

  • (Array<String>)


2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2532

class UpdateVpcEndpointDetail < Struct.new(
  :id,
  :last_modified_date,
  :name,
  :security_group_ids,
  :status,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end