Class: Google::Cloud::GkeMultiCloud::V1::GenerateAwsAccessTokenRequest Deprecated

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

Request message for AwsClusters.GenerateAwsAccessToken method.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_cluster::String

Returns Required. The name of the AwsCluster resource to authenticate to.

AwsCluster names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>.

See Resource Names for more details on Google Cloud resource names.

Returns:

  • (::String)

    Required. The name of the AwsCluster resource to authenticate to.

    AwsCluster names are formatted as projects/<project-id>/locations/<region>/awsClusters/<cluster-id>.

    See Resource Names for more details on Google Cloud resource names.



487
488
489
490
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 487

class GenerateAwsAccessTokenRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end