Class: Aws::Types::ResourceSnapshotSummary

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)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def created_by
  @created_by
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def resource_id
  @resource_id
end

#resource_snapshot_template_name::String

Returns the value of attribute resource_snapshot_template_name.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def resource_snapshot_template_name
  @resource_snapshot_template_name
end

#resource_type"Opportunity"

Returns the value of attribute resource_type.

Returns:

  • ("Opportunity")


1318
1319
1320
# File 'sig/types.rbs', line 1318

def resource_type
  @resource_type
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def revision
  @revision
end