Class: Aws::Types::CreateHostInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def name
  @name
end

#provider_endpoint ⇒ ::String

Returns the value of attribute provider_endpoint.

Returns:

  • (::String)


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.

Returns:

  • ("Bitbucket", "GitHub", "GitHubEnterpriseServer", "GitLab", "GitLabSelfManaged")


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.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def tags
  @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