Class: Aws::Types::JiraCloudDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_status"ACTIVE", "FAILED"

Returns the value of attribute auth_status.

Returns:

  • ("ACTIVE", "FAILED")


6343
6344
6345
# File 'sig/types.rbs', line 6343

def auth_status
  @auth_status
end

#auth_url::String

Returns the value of attribute auth_url.

Returns:

  • (::String)


6342
6343
6344
# File 'sig/types.rbs', line 6342

def auth_url
  @auth_url
end

#cloud_id::String

Returns the value of attribute cloud_id.

Returns:

  • (::String)


6339
6340
6341
# File 'sig/types.rbs', line 6339

def cloud_id
  @cloud_id
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


6341
6342
6343
# File 'sig/types.rbs', line 6341

def domain
  @domain
end

#project_key::String

Returns the value of attribute project_key.

Returns:

  • (::String)


6340
6341
6342
# File 'sig/types.rbs', line 6340

def project_key
  @project_key
end