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)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def marker
  @marker
end

#policies_granting_service_access::Array[Types::ListPoliciesGrantingServiceAccessEntry]

Returns the value of attribute policies_granting_service_access.



1376
1377
1378
# File 'sig/types.rbs', line 1376

def policies_granting_service_access
  @policies_granting_service_access
end