Class: Aws::OpsWorks::Types::GetHostnameSuggestionResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#hostnameString

The generated host name.

Returns:

  • (String)


3278
3279
3280
3281
3282
3283
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3278

class GetHostnameSuggestionResult < Struct.new(
  :layer_id,
  :hostname)
  SENSITIVE = []
  include Aws::Structure
end

#layer_idString

The layer ID.

Returns:

  • (String)


3278
3279
3280
3281
3282
3283
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3278

class GetHostnameSuggestionResult < Struct.new(
  :layer_id,
  :hostname)
  SENSITIVE = []
  include Aws::Structure
end