Class: Aws::Types::SigV4Authorization
- Inherits:
-
Object
- Object
- Aws::Types::SigV4Authorization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#signing_region ⇒ ::String
Returns the value of attribute signing_region.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4509 4510 4511 |
# File 'sig/types.rbs', line 4509 def role_arn @role_arn end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
4508 4509 4510 |
# File 'sig/types.rbs', line 4508 def service_name @service_name end |
#signing_region ⇒ ::String
Returns the value of attribute signing_region.
4507 4508 4509 |
# File 'sig/types.rbs', line 4507 def signing_region @signing_region end |