Class: Aws::Types::ConnectionSummary

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)


102
103
104
# File 'sig/types.rbs', line 102

def connection_arn
  @connection_arn
end

#connection_name ⇒ ::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def connection_name
  @connection_name
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def created_at
  @created_at
end

#provider_type ⇒ "GITHUB", "BITBUCKET"

Returns the value of attribute provider_type.

Returns:

  • ("GITHUB", "BITBUCKET")


103
104
105
# File 'sig/types.rbs', line 103

def provider_type
  @provider_type
end

#status ⇒ "PENDING_HANDSHAKE", ...

Returns the value of attribute status.

Returns:

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


104
105
106
# File 'sig/types.rbs', line 104

def status
  @status
end