Class: Aws::Types::CreatePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def description
  @description
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def path
  @path
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def policy_name
  @policy_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def tags
  @tags
end