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.
9181 9182 9183 |
# File 'sig/types.rbs', line 9181 def base_endpoint @base_endpoint end |
#client_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute client_credentials_source.
9183 9184 9185 |
# File 'sig/types.rbs', line 9183 def client_credentials_source @client_credentials_source end |
#read_client_credentials_details ⇒ Types::ReadClientCredentialsDetails
Returns the value of attribute read_client_credentials_details.
9182 9183 9184 |
# File 'sig/types.rbs', line 9182 def read_client_credentials_details @read_client_credentials_details end |