Class: Aws::Types::GetResourceSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def catalog
  @catalog
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def engagement_identifier
  @engagement_identifier
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def resource_identifier
  @resource_identifier
end

#resource_snapshot_template_identifier::String

Returns the value of attribute resource_snapshot_template_identifier.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def resource_snapshot_template_identifier
  @resource_snapshot_template_identifier
end

#resource_type"Opportunity"

Returns the value of attribute resource_type.

Returns:

  • ("Opportunity")


612
613
614
# File 'sig/types.rbs', line 612

def resource_type
  @resource_type
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


615
616
617
# File 'sig/types.rbs', line 615

def revision
  @revision
end