Class: Aws::Types::SetStackPolicyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def stack_name
  @stack_name
end

#stack_policy_body::String

Returns the value of attribute stack_policy_body.

Returns:

  • (::String)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def stack_policy_body
  @stack_policy_body
end

#stack_policy_url::String

Returns the value of attribute stack_policy_url.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def stack_policy_url
  @stack_policy_url
end