Class: Aws::Types::RemoteAgentSigV4AuthorizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAgentSigV4AuthorizationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region ⇒ ::String
Returns the value of attribute region.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#service ⇒ ::String
Returns the value of attribute service.
Instance Attribute Details
#region ⇒ ::String
Returns the value of attribute region.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def region @region end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def role_arn @role_arn end |
#service ⇒ ::String
Returns the value of attribute service.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def service @service end |