Class: Google::Cloud::GkeMultiCloud::V1::AwsClusterUser Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsClusterUser
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Identities of a user-type subject for AWS clusters.
Instance Attribute Summary collapse
-
#username ⇒ ::String
Required.
Instance Attribute Details
#username ⇒ ::String
290 291 292 293 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 290 class AwsClusterUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |