Class: Aws::Types::GetResourceSnapshotJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def arn
  @arn
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def catalog
  @catalog
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


602
603
604
# File 'sig/types.rbs', line 602

def created_at
  @created_at
end

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def engagement_id
  @engagement_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def id
  @id
end

#last_failure::String

Returns the value of attribute last_failure.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def last_failure
  @last_failure
end

#last_successful_execution_date::Time

Returns the value of attribute last_successful_execution_date.

Returns:

  • (::Time)


604
605
606
# File 'sig/types.rbs', line 604

def last_successful_execution_date
  @last_successful_execution_date
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def resource_id
  @resource_id
end

#resource_snapshot_template_name::String

Returns the value of attribute resource_snapshot_template_name.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def resource_snapshot_template_name
  @resource_snapshot_template_name
end

#resource_type"Opportunity"

Returns the value of attribute resource_type.

Returns:

  • ("Opportunity")


598
599
600
# File 'sig/types.rbs', line 598

def resource_type
  @resource_type
end

#status"Running", "Stopped"

Returns the value of attribute status.

Returns:

  • ("Running", "Stopped")


603
604
605
# File 'sig/types.rbs', line 603

def status
  @status
end