Class: Aws::OpsWorks::Types::GetHostnameSuggestionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::GetHostnameSuggestionResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a GetHostnameSuggestion
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hostname ⇒ String
The generated host name.
-
#layer_id ⇒ String
The layer ID.
Instance Attribute Details
#hostname ⇒ String
The generated host name.
3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3290 class GetHostnameSuggestionResult < Struct.new( :layer_id, :hostname) SENSITIVE = [] include Aws::Structure end |
#layer_id ⇒ String
The layer ID.
3290 3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3290 class GetHostnameSuggestionResult < Struct.new( :layer_id, :hostname) SENSITIVE = [] include Aws::Structure end |