Class: Aws::Types::PolicyGrantMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4875
4876
4877
# File 'sig/types.rbs', line 4875

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


4876
4877
4878
# File 'sig/types.rbs', line 4876

def created_by
  @created_by
end

#detailTypes::PolicyGrantDetail

Returns the value of attribute detail.



4874
4875
4876
# File 'sig/types.rbs', line 4874

def detail
  @detail
end

#grant_id::String

Returns the value of attribute grant_id.

Returns:

  • (::String)


4877
4878
4879
# File 'sig/types.rbs', line 4877

def grant_id
  @grant_id
end

#principalTypes::PolicyGrantPrincipal

Returns the value of attribute principal.



4873
4874
4875
# File 'sig/types.rbs', line 4873

def principal
  @principal
end