Class: Aws::Types::GetCisScanResultDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def next_token
  @next_token
end

#scan_result_details::Array[Types::CisScanResultDetails]

Returns the value of attribute scan_result_details.

Returns:



1644
1645
1646
# File 'sig/types.rbs', line 1644

def scan_result_details
  @scan_result_details
end