Class: Aws::Types::GetResourceSnapshotResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:created_by])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def arn
  @arn
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def catalog
  @catalog
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


623
624
625
# File 'sig/types.rbs', line 623

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def created_by
  @created_by
end

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def engagement_id
  @engagement_id
end

#payloadTypes::ResourceSnapshotPayload

Returns the value of attribute payload.



629
630
631
# File 'sig/types.rbs', line 629

def payload
  @payload
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def resource_id
  @resource_id
end

#resource_snapshot_template_name::String

Returns the value of attribute resource_snapshot_template_name.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def resource_snapshot_template_name
  @resource_snapshot_template_name
end

#resource_type"Opportunity"

Returns the value of attribute resource_type.

Returns:

  • ("Opportunity")


625
626
627
# File 'sig/types.rbs', line 625

def resource_type
  @resource_type
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


628
629
630
# File 'sig/types.rbs', line 628

def revision
  @revision
end

#target_member_accounts::Array[::String]

Returns the value of attribute target_member_accounts.

Returns:

  • (::Array[::String])


630
631
632
# File 'sig/types.rbs', line 630

def target_member_accounts
  @target_member_accounts
end