Class: Aws::Types::AuthorizationCodeGrantMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_code_grant_credentials_detailsTypes::AuthorizationCodeGrantCredentialsDetails

Returns the value of attribute authorization_code_grant_credentials_details.



823
824
825
# File 'sig/types.rbs', line 823

def authorization_code_grant_credentials_details
  @authorization_code_grant_credentials_details
end

#authorization_code_grant_credentials_source"PLAIN_CREDENTIALS"

Returns the value of attribute authorization_code_grant_credentials_source.

Returns:

  • ("PLAIN_CREDENTIALS")


822
823
824
# File 'sig/types.rbs', line 822

def authorization_code_grant_credentials_source
  @authorization_code_grant_credentials_source
end

#base_endpoint::String

Returns the value of attribute base_endpoint.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def base_endpoint
  @base_endpoint
end

#redirect_url::String

Returns the value of attribute redirect_url.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def redirect_url
  @redirect_url
end