Class: Aws::Types::DescribeResourcePermissionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def authentication_token
  @authentication_token
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


360
361
362
# File 'sig/types.rbs', line 360

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def marker
  @marker
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def principal_id
  @principal_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def resource_id
  @resource_id
end