Class: Aws::Types::DescribeStackResourceDriftsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


589
590
591
# File 'sig/types.rbs', line 589

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def next_token
  @next_token
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def stack_name
  @stack_name
end

#stack_resource_drift_status_filters::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN" | "UNSUPPORTED")]

Returns the value of attribute stack_resource_drift_status_filters.

Returns:

  • (::Array[("IN_SYNC" | "MODIFIED" | "DELETED" | "NOT_CHECKED" | "UNKNOWN" | "UNSUPPORTED")])


587
588
589
# File 'sig/types.rbs', line 587

def stack_resource_drift_status_filters
  @stack_resource_drift_status_filters
end