Class: Aws::Types::UpdateSelfUpgradeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"APPROVE", ...

Returns the value of attribute action.

Returns:

  • ("APPROVE", "DENY", "VERIFY")


12533
12534
12535
# File 'sig/types.rbs', line 12533

def action
  @action
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12530
12531
12532
# File 'sig/types.rbs', line 12530

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12531
12532
12533
# File 'sig/types.rbs', line 12531

def namespace
  @namespace
end

#upgrade_request_id::String

Returns the value of attribute upgrade_request_id.

Returns:

  • (::String)


12532
12533
12534
# File 'sig/types.rbs', line 12532

def upgrade_request_id
  @upgrade_request_id
end