Class: Aws::Types::UpdatePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def content
  @content
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def name
  @name
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def policy_id
  @policy_id
end