Class: Aws::Types::CreateHostInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateHostInput
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
56 57 58 |
# File 'sig/types.rbs', line 56 def name @name end |
#provider_endpoint ⇒ ::String
Returns the value of attribute provider_endpoint.
58 59 60 |
# File 'sig/types.rbs', line 58 def provider_endpoint @provider_endpoint end |
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def provider_type @provider_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
60 61 62 |
# File 'sig/types.rbs', line 60 def @tags end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
59 60 61 |
# File 'sig/types.rbs', line 59 def vpc_configuration @vpc_configuration end |