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)


214
215
216
# File 'sig/types.rbs', line 214

def description
  @description
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def path
  @path
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def policy_name
  @policy_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



215
216
217
# File 'sig/types.rbs', line 215

def tags
  @tags
end