Class: Aws::Types::ResourceSnapshotJobSummary

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)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def arn
  @arn
end

#engagement_id::String

Returns the value of attribute engagement_id.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def engagement_id
  @engagement_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def id
  @id
end

#status"Running", "Stopped"

Returns the value of attribute status.

Returns:

  • ("Running", "Stopped")


1297
1298
1299
# File 'sig/types.rbs', line 1297

def status
  @status
end