Class: Aws::Types::GetHostOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetHostOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider_endpoint ⇒ ::String
Returns the value of attribute provider_endpoint.
-
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
150 151 152 |
# File 'sig/types.rbs', line 150 def name @name end |
#provider_endpoint ⇒ ::String
Returns the value of attribute provider_endpoint.
153 154 155 |
# File 'sig/types.rbs', line 153 def provider_endpoint @provider_endpoint end |
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
152 153 154 |
# File 'sig/types.rbs', line 152 def provider_type @provider_type end |
#status ⇒ ::String
Returns the value of attribute status.
151 152 153 |
# File 'sig/types.rbs', line 151 def status @status end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
154 155 156 |
# File 'sig/types.rbs', line 154 def vpc_configuration @vpc_configuration end |