You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::ResourceDataContainer

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResourceDataContainer as input to an Aws::Client method, you can use a vanilla Hash:

{
  local_device_resource_data: {
    group_owner_setting: {
      auto_add_group_owner: false,
      group_owner: "__string",
    },
    source_path: "__string",
  },
  local_volume_resource_data: {
    destination_path: "__string",
    group_owner_setting: {
      auto_add_group_owner: false,
      group_owner: "__string",
    },
    source_path: "__string",
  },
  s3_machine_learning_model_resource_data: {
    destination_path: "__string",
    owner_setting: {
      group_owner: "__string", # required
      group_permission: "ro", # required, accepts ro, rw
    },
    s3_uri: "__string",
  },
  sage_maker_machine_learning_model_resource_data: {
    destination_path: "__string",
    owner_setting: {
      group_owner: "__string", # required
      group_permission: "ro", # required, accepts ro, rw
    },
    sage_maker_job_arn: "__string",
  },
  secrets_manager_secret_resource_data: {
    arn: "__string",
    additional_staging_labels_to_download: ["__string"],
  },
}

A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData'', ''SecretsManagerSecretResourceData''.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#local_device_resource_dataTypes::LocalDeviceResourceData

Attributes that define the local device resource.

Returns:

#local_volume_resource_dataTypes::LocalVolumeResourceData

Attributes that define the local volume resource.

Returns:

#s3_machine_learning_model_resource_dataTypes::S3MachineLearningModelResourceData

Attributes that define an Amazon S3 machine learning resource.

Returns:

#sage_maker_machine_learning_model_resource_dataTypes::SageMakerMachineLearningModelResourceData

Attributes that define an Amazon SageMaker machine learning resource.

Returns:

#secrets_manager_secret_resource_dataTypes::SecretsManagerSecretResourceData

Attributes that define a secret resource, which references a secret from AWS Secrets Manager.

Returns: