Class: Google::Iam::V1beta::WorkloadIdentityPoolProvider::Aws
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::WorkloadIdentityPoolProvider::Aws
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1beta/workload_identity_pool.rb
Overview
Represents an Amazon Web Services identity provider.
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Required.
Instance Attribute Details
#account_id ⇒ ::String
Returns Required. The AWS account ID.
212 213 214 215 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 212 class Aws include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |