Class: Aws::OpsWorks::Types::DescribeStackSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeStackSummaryRequest
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Note:
When making an API call, you may pass DescribeStackSummaryRequest data as a hash:
{
stack_id: "String", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#stack_id ⇒ String
The stack ID.
3450 3451 3452 3453 3454 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3450 class DescribeStackSummaryRequest < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |