Class: Aws::Types::ClientCredentialsGrantMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ClientCredentialsGrantMetadata
- 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_details ⇒ Types::ClientCredentialsDetails
Returns the value of attribute client_credentials_details.
-
#client_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute client_credentials_source.
Instance Attribute Details
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def base_endpoint @base_endpoint end |
#client_credentials_details ⇒ Types::ClientCredentialsDetails
Returns the value of attribute client_credentials_details.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def client_credentials_details @client_credentials_details end |
#client_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute client_credentials_source.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def client_credentials_source @client_credentials_source end |