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)


93
94
95
# File 'sig/types.rbs', line 93

def connection_arn
  @connection_arn
end

#connection_name ⇒ ::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def connection_name
  @connection_name
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


96
97
98
# File 'sig/types.rbs', line 96

def created_at
  @created_at
end

#provider_type ⇒ "GITHUB", "BITBUCKET"

Returns the value of attribute provider_type.

Returns:

  • ("GITHUB", "BITBUCKET")


94
95
96
# File 'sig/types.rbs', line 94

def provider_type
  @provider_type
end

#status ⇒ "PENDING_HANDSHAKE", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_HANDSHAKE", "AVAILABLE", "ERROR", "DELETED")


95
96
97
# File 'sig/types.rbs', line 95

def status
  @status
end