Class: Aws::Types::StaticPolicyDefinition

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)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def description
  @description
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def statement
  @statement
end