Class: Aws::Types::MatchedPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#matched_statements::Array[Types::MatchedStatement]

Returns the value of attribute matched_statements.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def matched_statements
  @matched_statements
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def uri
  @uri
end