Class: Aws::Types::Operation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2481
2482
2483
# File 'sig/types.rbs', line 2481

def created_at
  @created_at
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def error_code
  @error_code
end

#error_details::String

Returns the value of attribute error_details.

Returns:

  • (::String)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def error_details
  @error_details
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def id
  @id
end

#is_terminalBoolean

Returns the value of attribute is_terminal.

Returns:

  • (Boolean)


2483
2484
2485
# File 'sig/types.rbs', line 2483

def is_terminal
  @is_terminal
end

#locationTypes::ResourceLocation

Returns the value of attribute location.



2482
2483
2484
# File 'sig/types.rbs', line 2482

def location
  @location
end

#operation_details::String

Returns the value of attribute operation_details.

Returns:

  • (::String)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def operation_details
  @operation_details
end

#operation_type"DeleteKnownHostKeys", ...

Returns the value of attribute operation_type.

Returns:

  • ("DeleteKnownHostKeys", "DeleteInstance", "CreateInstance", "StopInstance", "StartInstance", "RebootInstance", "OpenInstancePublicPorts", "PutInstancePublicPorts", "CloseInstancePublicPorts", "AllocateStaticIp", "ReleaseStaticIp", "AttachStaticIp", "DetachStaticIp", "UpdateDomainEntry", "DeleteDomainEntry", "CreateDomain", "DeleteDomain", "CreateInstanceSnapshot", "DeleteInstanceSnapshot", "CreateInstancesFromSnapshot", "CreateLoadBalancer", "DeleteLoadBalancer", "AttachInstancesToLoadBalancer", "DetachInstancesFromLoadBalancer", "UpdateLoadBalancerAttribute", "CreateLoadBalancerTlsCertificate", "DeleteLoadBalancerTlsCertificate", "AttachLoadBalancerTlsCertificate", "CreateDisk", "DeleteDisk", "AttachDisk", "DetachDisk", "CreateDiskSnapshot", "DeleteDiskSnapshot", "CreateDiskFromSnapshot", "CreateRelationalDatabase", "UpdateRelationalDatabase", "DeleteRelationalDatabase", "CreateRelationalDatabaseFromSnapshot", "CreateRelationalDatabaseSnapshot", "DeleteRelationalDatabaseSnapshot", "UpdateRelationalDatabaseParameters", "StartRelationalDatabase", "RebootRelationalDatabase", "StopRelationalDatabase", "EnableAddOn", "DisableAddOn", "PutAlarm", "GetAlarms", "DeleteAlarm", "TestAlarm", "CreateContactMethod", "GetContactMethods", "SendContactMethodVerification", "DeleteContactMethod", "CreateDistribution", "UpdateDistribution", "DeleteDistribution", "ResetDistributionCache", "AttachCertificateToDistribution", "DetachCertificateFromDistribution", "UpdateDistributionBundle", "SetIpAddressType", "CreateCertificate", "DeleteCertificate", "CreateContainerService", "UpdateContainerService", "DeleteContainerService", "CreateContainerServiceDeployment", "CreateContainerServiceRegistryLogin", "RegisterContainerImage", "DeleteContainerImage", "CreateBucket", "DeleteBucket", "CreateBucketAccessKey", "DeleteBucketAccessKey", "UpdateBucketBundle", "UpdateBucket", "SetResourceAccessForBucket", "UpdateInstanceMetadataOptions", "StartGUISession", "StopGUISession", "SetupInstanceHttps", "GetProfile")


2485
2486
2487
# File 'sig/types.rbs', line 2485

def operation_type
  @operation_type
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


2479
2480
2481
# File 'sig/types.rbs', line 2479

def resource_name
  @resource_name
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.



2480
2481
2482
# File 'sig/types.rbs', line 2480

def resource_type
  @resource_type
end

#status"NotStarted", ...

Returns the value of attribute status.

Returns:

  • ("NotStarted", "Started", "Failed", "Completed", "Succeeded")


2486
2487
2488
# File 'sig/types.rbs', line 2486

def status
  @status
end

#status_changed_at::Time

Returns the value of attribute status_changed_at.

Returns:

  • (::Time)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def status_changed_at
  @status_changed_at
end