Class: Aws::Types::Host

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#host_arn ⇒ ::String

Returns the value of attribute host_arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def host_arn
  @host_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def name
  @name
end

#provider_endpoint ⇒ ::String

Returns the value of attribute provider_endpoint.

Returns:

  • (::String)


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.

Returns:

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


218
219
220
# File 'sig/types.rbs', line 218

def provider_type
  @provider_type
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

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