Class: Aws::Types::ListStackSetsInput

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:

  • ("SELF", "DELEGATED_ADMIN")


1159
1160
1161
# File 'sig/types.rbs', line 1159

def call_as
  @call_as
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def next_token
  @next_token
end

#status"ACTIVE", "DELETED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETED")


1158
1159
1160
# File 'sig/types.rbs', line 1158

def status
  @status
end