Class: Aws::Types::UpdatePolicyTemplateInput

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)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def name
  @name
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def policy_store_id
  @policy_store_id
end

#policy_template_id::String

Returns the value of attribute policy_template_id.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def policy_template_id
  @policy_template_id
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def statement
  @statement
end