Class: Google::Cloud::GkeMultiCloud::V1::AwsClusterGroup Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsClusterGroup
- 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 group-type subject for AWS clusters.
Instance Attribute Summary collapse
-
#group ⇒ ::String
Required.
Instance Attribute Details
#group ⇒ ::String
Returns Required. The name of the group, e.g. [email protected].
300 301 302 303 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 300 class AwsClusterGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |