Class: Aws::Types::ListPoliciesGrantingServiceAccessResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def marker
  @marker
end

#policies_granting_service_access::Array[Types::ListPoliciesGrantingServiceAccessEntry]

Returns the value of attribute policies_granting_service_access.



1339
1340
1341
# File 'sig/types.rbs', line 1339

def policies_granting_service_access
  @policies_granting_service_access
end