Class: Aws::Types::UpdateStaticPolicyDefinition

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)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def description
  @description
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def statement
  @statement
end