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

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

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.



470
471
472
473
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb', line 470

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