Class: Aws::Types::ListPoliciesGrantingServiceAccessRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def arn
  @arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def marker
  @marker
end

#service_namespaces::Array[::String]

Returns the value of attribute service_namespaces.

Returns:

  • (::Array[::String])


1334
1335
1336
# File 'sig/types.rbs', line 1334

def service_namespaces
  @service_namespaces
end