Class: Aws::Types::CreateResourceSnapshotJobRequest

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)


278
279
280
# File 'sig/types.rbs', line 278

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def client_token
  @client_token
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def engagement_identifier
  @engagement_identifier
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def resource_identifier
  @resource_identifier
end

#resource_snapshot_template_identifier::String

Returns the value of attribute resource_snapshot_template_identifier.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def resource_snapshot_template_identifier
  @resource_snapshot_template_identifier
end

#resource_type"Opportunity"

Returns the value of attribute resource_type.

Returns:

  • ("Opportunity")


281
282
283
# File 'sig/types.rbs', line 281

def resource_type
  @resource_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def tags
  @tags
end