Class: Aws::Types::DescribeStackInstanceInput

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")


560
561
562
# File 'sig/types.rbs', line 560

def call_as
  @call_as
end

#stack_instance_account::String

Returns the value of attribute stack_instance_account.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def 
  @stack_instance_account
end

#stack_instance_region::String

Returns the value of attribute stack_instance_region.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def stack_instance_region
  @stack_instance_region
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def stack_set_name
  @stack_set_name
end