Class: Aws::Types::RollbackStackInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def client_request_token
  @client_request_token
end

#deployment_configTypes::DeploymentConfig

Returns the value of attribute deployment_config.



1540
1541
1542
# File 'sig/types.rbs', line 1540

def deployment_config
  @deployment_config
end

#retain_except_on_createBoolean

Returns the value of attribute retain_except_on_create.

Returns:

  • (Boolean)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def retain_except_on_create
  @retain_except_on_create
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def role_arn
  @role_arn
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def stack_name
  @stack_name
end