Class: Aws::Types::UpdatePolicyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::UpdatePolicyDefinition

Returns the value of attribute definition.

Returns:



1204
1205
1206
# File 'sig/types.rbs', line 1204

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:



1205
1206
1207
# File 'sig/types.rbs', line 1205

def name
  @name
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:



1203
1204
1205
# File 'sig/types.rbs', line 1203

def policy_id
  @policy_id
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:



1202
1203
1204
# File 'sig/types.rbs', line 1202

def policy_store_id
  @policy_store_id
end