Class: Aws::Types::ReadClientCredentialsGrantMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ReadClientCredentialsGrantMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
-
#client_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute client_credentials_source.
-
#read_client_credentials_details ⇒ Types::ReadClientCredentialsDetails
Returns the value of attribute read_client_credentials_details.
Instance Attribute Details
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
9549 9550 9551 |
# File 'sig/types.rbs', line 9549 def base_endpoint @base_endpoint end |
#client_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute client_credentials_source.
9551 9552 9553 |
# File 'sig/types.rbs', line 9551 def client_credentials_source @client_credentials_source end |
#read_client_credentials_details ⇒ Types::ReadClientCredentialsDetails
Returns the value of attribute read_client_credentials_details.
9550 9551 9552 |
# File 'sig/types.rbs', line 9550 def read_client_credentials_details @read_client_credentials_details end |