class Amazonite::CloudFormation::StartResourceScanInput

Defined in:

cloudformation/start_resource_scan_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(client_request_token : String | Nil = nil, scan_filters : Array(ScanFilter) | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def client_request_token : String | Nil #

A unique identifier for this StartResourceScan request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to start a new resource scan.


[View source]
def client_request_token=(client_request_token : String | Nil) #

A unique identifier for this StartResourceScan request. Specify this token if you plan to retry requests so that CloudFormation knows that you're not attempting to start a new resource scan.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def scan_filters : Array(ScanFilter) | Nil #

The scan filters to use.


[View source]
def scan_filters=(scan_filters : Array(ScanFilter) | Nil) #

The scan filters to use.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]