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


12989
12990
12991
# File 'sig/types.rbs', line 12989

def action
  @action
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12986
12987
12988
# File 'sig/types.rbs', line 12986

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12987
12988
12989
# File 'sig/types.rbs', line 12987

def namespace
  @namespace
end

#upgrade_request_id::String

Returns the value of attribute upgrade_request_id.

Returns:

  • (::String)


12988
12989
12990
# File 'sig/types.rbs', line 12988

def upgrade_request_id
  @upgrade_request_id
end