Class: Aws::Types::ListResourceScanResourcesInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.



1015
1016
1017
# File 'sig/types.rbs', line 1015

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



1014
1015
1016
# File 'sig/types.rbs', line 1014

def next_token
  @next_token
end

#resource_identifier::String

Returns the value of attribute resource_identifier.



1010
1011
1012
# File 'sig/types.rbs', line 1010

def resource_identifier
  @resource_identifier
end

#resource_scan_id::String

Returns the value of attribute resource_scan_id.



1009
1010
1011
# File 'sig/types.rbs', line 1009

def resource_scan_id
  @resource_scan_id
end

#resource_type_prefix::String

Returns the value of attribute resource_type_prefix.



1011
1012
1013
# File 'sig/types.rbs', line 1011

def resource_type_prefix
  @resource_type_prefix
end

#tag_key::String

Returns the value of attribute tag_key.



1012
1013
1014
# File 'sig/types.rbs', line 1012

def tag_key
  @tag_key
end

#tag_value::String

Returns the value of attribute tag_value.



1013
1014
1015
# File 'sig/types.rbs', line 1013

def tag_value
  @tag_value
end