Class: Aws::OpsWorks::Types::DescribeStackProvisioningParametersResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Contains the response to a DescribeStackProvisioningParameters request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_installer_urlString

The AWS OpsWorks Stacks agent installer's URL.

Returns:

  • (String)


2847
2848
2849
2850
2851
2852
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2847

class DescribeStackProvisioningParametersResult < Struct.new(
  :agent_installer_url,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

An embedded object that contains the provisioning parameters.

Returns:

  • (Hash<String,String>)


2847
2848
2849
2850
2851
2852
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2847

class DescribeStackProvisioningParametersResult < Struct.new(
  :agent_installer_url,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end