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)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def arn
  @arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def marker
  @marker
end

#service_namespaces::Array[::String]

Returns the value of attribute service_namespaces.

Returns:

  • (::Array[::String])


1371
1372
1373
# File 'sig/types.rbs', line 1371

def service_namespaces
  @service_namespaces
end