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