Class: Aws::Types::AwsIamConfig
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#signing_region ⇒ ::String
Returns the value of attribute signing_region.
-
#signing_service_name ⇒ ::String
Returns the value of attribute signing_service_name.
Instance Attribute Details
#signing_region ⇒ ::String
Returns the value of attribute signing_region.
143 144 145 |
# File 'sig/types.rbs', line 143 def signing_region @signing_region end |
#signing_service_name ⇒ ::String
Returns the value of attribute signing_service_name.
144 145 146 |
# File 'sig/types.rbs', line 144 def signing_service_name @signing_service_name end |