Class: Aws::Types::GetConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_cred ⇒ ::String
Returns the value of attribute config_cred.
-
#config_file ⇒ ::String
Returns the value of attribute config_file.
-
#config_type ⇒ ::String
Returns the value of attribute config_type.
Instance Attribute Details
#config_cred ⇒ ::String
Returns the value of attribute config_cred.
173 174 175 |
# File 'sig/types.rbs', line 173 def config_cred @config_cred end |
#config_file ⇒ ::String
Returns the value of attribute config_file.
172 173 174 |
# File 'sig/types.rbs', line 172 def config_file @config_file end |
#config_type ⇒ ::String
Returns the value of attribute config_type.
171 172 173 |
# File 'sig/types.rbs', line 171 def config_type @config_type end |