class Amazonite::Iam::GetOpenIDConnectProviderResponse

Overview

Contains the response to a successful GetOpenIDConnectProvider request.

Defined in:

iam/get_open_id_connect_provider_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(url : String | Nil = nil, client_id_list : Array(String) | Nil = nil, thumbprint_list : Array(String) | Nil = nil, create_date : Time | Nil = nil, tags : Array(Tag) | Nil = nil) #

[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_list : Array(String) | Nil #

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.


[View source]
def client_id_list=(client_id_list : Array(String) | Nil) #

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.


[View source]
def create_date : Time | Nil #

The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.


[View source]
def create_date=(create_date : Time | Nil) #

The date and time when the IAM OIDC provider resource object was created in the Amazon Web Services account.


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

See Object#hash(hasher)


def tags : Array(Tag) | Nil #

A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.


[View source]
def tags=(tags : Array(Tag) | Nil) #

A list of tags that are attached to the specified IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.


[View source]
def thumbprint_list : Array(String) | Nil #

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.


[View source]
def thumbprint_list=(thumbprint_list : Array(String) | Nil) #

A list of certificate thumbprints that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider.


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

[View source]
def url : String | Nil #

The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.


[View source]
def url=(url : String | Nil) #

The URL that the IAM OIDC provider resource object is associated with. For more information, see CreateOpenIDConnectProvider.


[View source]
def validate! : Nil #

[View source]