Class: Aws::Types::Update

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancellationTypes::Cancellation

Returns the value of attribute cancellation.

Returns:



1930
1931
1932
# File 'sig/types.rbs', line 1930

def cancellation
  @cancellation
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1928
1929
1930
# File 'sig/types.rbs', line 1928

def created_at
  @created_at
end

#errors::Array[Types::ErrorDetail]

Returns the value of attribute errors.

Returns:



1929
1930
1931
# File 'sig/types.rbs', line 1929

def errors
  @errors
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def id
  @id
end

#params::Array[Types::UpdateParam]

Returns the value of attribute params.

Returns:



1927
1928
1929
# File 'sig/types.rbs', line 1927

def params
  @params
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Failed", "Cancelled", "Successful")


1925
1926
1927
# File 'sig/types.rbs', line 1925

def status
  @status
end

#type"VersionUpdate", ...

Returns the value of attribute type.

Returns:

  • ("VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate")


1926
1927
1928
# File 'sig/types.rbs', line 1926

def type
  @type
end