Class: Aws::Types::GetCisScanResultDetailsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def 
  @account_id
end

#filter_criteriaTypes::CisScanResultDetailsFilterCriteria

Returns the value of attribute filter_criteria.



1635
1636
1637
# File 'sig/types.rbs', line 1635

def filter_criteria
  @filter_criteria
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def next_token
  @next_token
end

#scan_arn::String

Returns the value of attribute scan_arn.

Returns:

  • (::String)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def scan_arn
  @scan_arn
end

#sort_by"CHECK_ID", "STATUS"

Returns the value of attribute sort_by.

Returns:

  • ("CHECK_ID", "STATUS")


1636
1637
1638
# File 'sig/types.rbs', line 1636

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


1637
1638
1639
# File 'sig/types.rbs', line 1637

def sort_order
  @sort_order
end

#target_resource_id::String

Returns the value of attribute target_resource_id.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def target_resource_id
  @target_resource_id
end