Class: Aws::Types::GetConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_arn ⇒ ::String
Returns the value of attribute client_arn.
-
#client_version ⇒ "5.1", "5.3"
Returns the value of attribute client_version.
-
#hapg_list ⇒ ::Array[::String]
Returns the value of attribute hapg_list.
Instance Attribute Details
#client_arn ⇒ ::String
Returns the value of attribute client_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def client_arn @client_arn end |
#client_version ⇒ "5.1", "5.3"
Returns the value of attribute client_version.
165 166 167 |
# File 'sig/types.rbs', line 165 def client_version @client_version end |
#hapg_list ⇒ ::Array[::String]
Returns the value of attribute hapg_list.
166 167 168 |
# File 'sig/types.rbs', line 166 def hapg_list @hapg_list end |