Class: Google::Iam::V1beta::WorkloadIdentityPoolProvider::Aws

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#account_id::String

Returns Required. The AWS account ID.

Returns:

  • (::String)

    Required. The AWS account ID.



208
209
210
211
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 208

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