Class: Aws::Types::StaticPolicyDefinitionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :statement])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def description
  @description
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def statement
  @statement
end