Class: Aws::Types::Connection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn ⇒ ::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def connection_arn
  @connection_arn
end

#connection_name ⇒ ::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def connection_name
  @connection_name
end

#connection_status ⇒ "PENDING", ...

Returns the value of attribute connection_status.

Returns:

  • ("PENDING", "AVAILABLE", "ERROR")


36
37
38
# File 'sig/types.rbs', line 36

def connection_status
  @connection_status
end

#host_arn ⇒ ::String

Returns the value of attribute host_arn.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def host_arn
  @host_arn
end

#owner_account_id ⇒ ::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def 
  @owner_account_id
end

#provider_type ⇒ "Bitbucket", ...

Returns the value of attribute provider_type.

Returns:

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


34
35
36
# File 'sig/types.rbs', line 34

def provider_type
  @provider_type
end