Class: Aws::Types::ListStackInstanceResourceDriftsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#call_as"SELF", "DELEGATED_ADMIN"

Returns the value of attribute call_as.

Returns:



1046
1047
1048
# File 'sig/types.rbs', line 1046

def call_as
  @call_as
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1041
1042
1043
# File 'sig/types.rbs', line 1041

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1040
1041
1042
# File 'sig/types.rbs', line 1040

def next_token
  @next_token
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:



1045
1046
1047
# File 'sig/types.rbs', line 1045

def operation_id
  @operation_id
end

#stack_instance_account::String

Returns the value of attribute stack_instance_account.

Returns:



1043
1044
1045
# File 'sig/types.rbs', line 1043

def 
  
end

#stack_instance_region::String

Returns the value of attribute stack_instance_region.

Returns:



1044
1045
1046
# File 'sig/types.rbs', line 1044

def stack_instance_region
  @stack_instance_region
end

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

Returns the value of attribute stack_instance_resource_drift_statuses.

Returns:



1042
1043
1044
# File 'sig/types.rbs', line 1042

def stack_instance_resource_drift_statuses
  @stack_instance_resource_drift_statuses
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:



1039
1040
1041
# File 'sig/types.rbs', line 1039

def stack_set_name
  @stack_set_name
end