Class: Aws::Types::CreateHostOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#host_arn ⇒ ::String

Returns the value of attribute host_arn.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def host_arn
  @host_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def tags
  @tags
end