Class: Aws::Greengrass::Types::Deployment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

Information about a deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

The time, in milliseconds since the epoch, when the deployment was created.

Returns:

  • (String)


1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-greengrass/types.rb', line 1504

class Deployment < Struct.new(
  :created_at,
  :deployment_arn,
  :deployment_id,
  :deployment_type,
  :group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_arnString

The ARN of the deployment.

Returns:

  • (String)


1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-greengrass/types.rb', line 1504

class Deployment < Struct.new(
  :created_at,
  :deployment_arn,
  :deployment_id,
  :deployment_type,
  :group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idString

The ID of the deployment.

Returns:

  • (String)


1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-greengrass/types.rb', line 1504

class Deployment < Struct.new(
  :created_at,
  :deployment_arn,
  :deployment_id,
  :deployment_type,
  :group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_typeString

The type of the deployment.

Returns:

  • (String)


1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-greengrass/types.rb', line 1504

class Deployment < Struct.new(
  :created_at,
  :deployment_arn,
  :deployment_id,
  :deployment_type,
  :group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#group_arnString

The ARN of the group for this deployment.

Returns:

  • (String)


1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-greengrass/types.rb', line 1504

class Deployment < Struct.new(
  :created_at,
  :deployment_arn,
  :deployment_id,
  :deployment_type,
  :group_arn)
  SENSITIVE = []
  include Aws::Structure
end