Class: Aws::Types::GetGroupPolicyResponse

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)


741
742
743
# File 'sig/types.rbs', line 741

def group_name
  @group_name
end

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def policy_name
  @policy_name
end