Class: Aws::Types::MappingRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#claim::String

Returns the value of attribute claim.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def claim
  @claim
end

#match_type"Equals", ...

Returns the value of attribute match_type.

Returns:

  • ("Equals", "Contains", "StartsWith", "NotEqual")


260
261
262
# File 'sig/types.rbs', line 260

def match_type
  @match_type
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def role_arn
  @role_arn
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def value
  @value
end