Class: Aws::Types::ReadAuthorizationCodeGrantMetadata

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_source"PLAIN_CREDENTIALS"

Returns the value of attribute authorization_code_grant_credentials_source.

Returns:

  • ("PLAIN_CREDENTIALS")


9153
9154
9155
# File 'sig/types.rbs', line 9153

def authorization_code_grant_credentials_source
  @authorization_code_grant_credentials_source
end

#base_endpoint::String

Returns the value of attribute base_endpoint.

Returns:

  • (::String)


9150
9151
9152
# File 'sig/types.rbs', line 9150

def base_endpoint
  @base_endpoint
end

#read_authorization_code_grant_credentials_detailsTypes::ReadAuthorizationCodeGrantCredentialsDetails

Returns the value of attribute read_authorization_code_grant_credentials_details.



9152
9153
9154
# File 'sig/types.rbs', line 9152

def read_authorization_code_grant_credentials_details
  @read_authorization_code_grant_credentials_details
end

#redirect_url::String

Returns the value of attribute redirect_url.

Returns:

  • (::String)


9151
9152
9153
# File 'sig/types.rbs', line 9151

def redirect_url
  @redirect_url
end