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.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def base_endpoint @base_endpoint end |
#client_credentials_details ⇒ Types::ClientCredentialsDetails
Returns the value of attribute client_credentials_details.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def client_credentials_details @client_credentials_details end |
#client_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute client_credentials_source.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def client_credentials_source @client_credentials_source end |