Class: Aws::Types::UpdateHostInput

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)


487
488
489
# File 'sig/types.rbs', line 487

def host_arn
  @host_arn
end

#provider_endpoint ⇒ ::String

Returns the value of attribute provider_endpoint.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def provider_endpoint
  @provider_endpoint
end

#vpc_configuration ⇒ Types::VpcConfiguration

Returns the value of attribute vpc_configuration.



489
490
491
# File 'sig/types.rbs', line 489

def vpc_configuration
  @vpc_configuration
end