Module: Aws::CloudFormation::Client::_DescribeResourceScanResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeResourceScanOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#end_time::Time

Returns:

  • (::Time)


612
# File 'sig/client.rbs', line 612

def end_time: () -> ::Time

#percentage_completed::Float

Returns:

  • (::Float)


613
# File 'sig/client.rbs', line 613

def percentage_completed: () -> ::Float

#resource_scan_id::String

Returns:

  • (::String)


608
# File 'sig/client.rbs', line 608

def resource_scan_id: () -> ::String

#resource_types::Array[::String]

Returns:

  • (::Array[::String])


614
# File 'sig/client.rbs', line 614

def resource_types: () -> ::Array[::String]

#resources_read::Integer

Returns:

  • (::Integer)


616
# File 'sig/client.rbs', line 616

def resources_read: () -> ::Integer

#resources_scanned::Integer

Returns:

  • (::Integer)


615
# File 'sig/client.rbs', line 615

def resources_scanned: () -> ::Integer

#scan_filters::Array[Types::ScanFilter]

Returns:



617
# File 'sig/client.rbs', line 617

def scan_filters: () -> ::Array[Types::ScanFilter]

#start_time::Time

Returns:

  • (::Time)


611
# File 'sig/client.rbs', line 611

def start_time: () -> ::Time

#status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "FAILED", "COMPLETE", "EXPIRED")


609
# File 'sig/client.rbs', line 609

def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETE" | "EXPIRED")

#status_reason::String

Returns:

  • (::String)


610
# File 'sig/client.rbs', line 610

def status_reason: () -> ::String