Class: Aws::Types::CreateResourceSnapshotRequest

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)


295
296
297
# File 'sig/types.rbs', line 295

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def client_token
  @client_token
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def engagement_identifier
  @engagement_identifier
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def resource_identifier
  @resource_identifier
end

#resource_snapshot_template_identifier::String

Returns the value of attribute resource_snapshot_template_identifier.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def resource_snapshot_template_identifier
  @resource_snapshot_template_identifier
end

#resource_type"Opportunity"

Returns the value of attribute resource_type.

Returns:

  • ("Opportunity")


297
298
299
# File 'sig/types.rbs', line 297

def resource_type
  @resource_type
end