Class: Aws::Types::JiraCloudDetail
- Inherits:
-
Object
- Object
- Aws::Types::JiraCloudDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_status ⇒ "ACTIVE", "FAILED"
Returns the value of attribute auth_status.
-
#auth_url ⇒ ::String
Returns the value of attribute auth_url.
-
#cloud_id ⇒ ::String
Returns the value of attribute cloud_id.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#project_key ⇒ ::String
Returns the value of attribute project_key.
Instance Attribute Details
#auth_status ⇒ "ACTIVE", "FAILED"
Returns the value of attribute auth_status.
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.
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.
6339 6340 6341 |
# File 'sig/types.rbs', line 6339 def cloud_id @cloud_id end |
#domain ⇒ ::String
Returns the value of attribute domain.
6341 6342 6343 |
# File 'sig/types.rbs', line 6341 def domain @domain end |
#project_key ⇒ ::String
Returns the value of attribute project_key.
6340 6341 6342 |
# File 'sig/types.rbs', line 6340 def project_key @project_key end |