Class: Aws::Types::ReasonSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def description
  @description
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def statement_id
  @statement_id
end

#statement_index::Integer

Returns the value of attribute statement_index.

Returns:

  • (::Integer)


982
983
984
# File 'sig/types.rbs', line 982

def statement_index
  @statement_index
end