Class: Aws::Types::UpdateHostInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHostInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_arn ⇒ ::String
Returns the value of attribute host_arn.
-
#provider_endpoint ⇒ ::String
Returns the value of attribute provider_endpoint.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#host_arn ⇒ ::String
Returns the value of attribute host_arn.
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.
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 |