Class: Aws::Types::ListResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


436
437
438
# File 'sig/types.rbs', line 436

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def next_token
  @next_token
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def principal
  @principal
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


433
434
435
# File 'sig/types.rbs', line 433

def resource_arns
  @resource_arns
end

#resource_owner"SELF", "OTHER-ACCOUNTS"

Returns the value of attribute resource_owner.

Returns:

  • ("SELF", "OTHER-ACCOUNTS")


430
431
432
# File 'sig/types.rbs', line 430

def resource_owner
  @resource_owner
end

#resource_region_scope"ALL", ...

Returns the value of attribute resource_region_scope.

Returns:

  • ("ALL", "REGIONAL", "GLOBAL")


437
438
439
# File 'sig/types.rbs', line 437

def resource_region_scope
  @resource_region_scope
end

#resource_share_arns::Array[::String]

Returns the value of attribute resource_share_arns.

Returns:

  • (::Array[::String])


434
435
436
# File 'sig/types.rbs', line 434

def resource_share_arns
  @resource_share_arns
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def resource_type
  @resource_type
end