class Amazonite::Iam::AddClientIDToOpenIDConnectProviderRequest

Defined in:

iam/add_client_id_to_open_id_connect_provider_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(open_id_connect_provider_arn : String, client_id : String) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def client_id : String #

The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.


[View source]
def client_id=(client_id : String) #

The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def open_id_connect_provider_arn : String #

The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.


[View source]
def open_id_connect_provider_arn=(open_id_connect_provider_arn : String) #

The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]