Class: Aws::OpsWorks::Types::GetHostnameSuggestionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#layer_idString

The layer ID.

Returns:

  • (String)


3260
3261
3262
3263
3264
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3260

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