Class: Aws::Types::Host
- Inherits:
-
Object
- Object
- Aws::Types::Host
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host_arn ⇒ ::String
Returns the value of attribute host_arn.
-
#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.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#host_arn ⇒ ::String
Returns the value of attribute host_arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def host_arn @host_arn end |
#name ⇒ ::String
Returns the value of attribute name.
216 217 218 |
# File 'sig/types.rbs', line 216 def name @name end |
#provider_endpoint ⇒ ::String
Returns the value of attribute provider_endpoint.
219 220 221 |
# File 'sig/types.rbs', line 219 def provider_endpoint @provider_endpoint end |
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
218 219 220 |
# File 'sig/types.rbs', line 218 def provider_type @provider_type end |
#status ⇒ ::String
Returns the value of attribute status.
221 222 223 |
# File 'sig/types.rbs', line 221 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
222 223 224 |
# File 'sig/types.rbs', line 222 def @status_message end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
220 221 222 |
# File 'sig/types.rbs', line 220 def vpc_configuration @vpc_configuration end |