Class: Aws::Types::PutGroupPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def group_name
  @group_name
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def policy_name
  @policy_name
end