Class: Aws::OpsWorks::Types::GetHostnameSuggestionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::GetHostnameSuggestionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#layer_id ⇒ String
The layer ID.
Instance Attribute Details
#layer_id ⇒ String
The layer ID.
3272 3273 3274 3275 3276 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3272 class GetHostnameSuggestionRequest < Struct.new( :layer_id) SENSITIVE = [] include Aws::Structure end |