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

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def aws_region
  @aws_region
end

#billableBoolean

Returns the value of attribute billable.

Returns:

  • (Boolean)


753
754
755
# File 'sig/types.rbs', line 753

def billable
  @billable
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


754
755
756
# File 'sig/types.rbs', line 754

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def next_token
  @next_token
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


752
753
754
# File 'sig/types.rbs', line 752

def resource_types
  @resource_types
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def service_arn
  @service_arn
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def service_function_id
  @service_function_id
end