Class: Aws::Types::MCPServerSigV4AuthorizationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_headers::Hash[::String, ::String]

Returns the value of attribute custom_headers.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def region
  @region
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def role_arn
  @role_arn
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def service
  @service
end