Class: Aws::Types::RecommendationExportJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def creation_timestamp
  @creation_timestamp
end

#destinationTypes::ExportDestination

Returns the value of attribute destination.



1136
1137
1138
# File 'sig/types.rbs', line 1136

def destination
  @destination
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def failure_reason
  @failure_reason
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def job_id
  @job_id
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def last_updated_timestamp
  @last_updated_timestamp
end

#resource_type"Ec2Instance", ...

Returns the value of attribute resource_type.

Returns:

  • ("Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "NotApplicable", "EcsService", "License", "RdsDBInstance", "AuroraDBClusterStorage", "Idle")


1137
1138
1139
# File 'sig/types.rbs', line 1137

def resource_type
  @resource_type
end

#status"Queued", ...

Returns the value of attribute status.

Returns:

  • ("Queued", "InProgress", "Complete", "Failed")


1138
1139
1140
# File 'sig/types.rbs', line 1138

def status
  @status
end