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 OpsWorks Stacks agent installer's URL.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2854

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>)


2854
2855
2856
2857
2858
2859
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2854

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