Class: Aws::Types::ListTenantResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter::Hash[("RESOURCE_TYPE"), ::String]

Returns the value of attribute filter.

Returns:

  • (::Hash[("RESOURCE_TYPE"), ::String])


1387
1388
1389
# File 'sig/types.rbs', line 1387

def filter
  @filter
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def next_token
  @next_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def page_size
  @page_size
end

#tenant_name::String

Returns the value of attribute tenant_name.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def tenant_name
  @tenant_name
end