Class: Aws::Types::MCPServerSigV4AuthorizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::MCPServerSigV4AuthorizationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_headers.
-
#mcp_role_arn ⇒ ::String
Returns the value of attribute mcp_role_arn.
-
#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
#custom_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_headers.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def custom_headers @custom_headers end |
#mcp_role_arn ⇒ ::String
Returns the value of attribute mcp_role_arn.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def mcp_role_arn @mcp_role_arn end |
#region ⇒ ::String
Returns the value of attribute region.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def region @region end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def role_arn @role_arn end |
#service ⇒ ::String
Returns the value of attribute service.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def service @service end |