Class: Aws::Types::OciIdentityDomain
- Inherits:
-
Object
- Object
- Aws::Types::OciIdentityDomain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_setup_cloud_formation_url ⇒ ::String
Returns the value of attribute account_setup_cloud_formation_url.
-
#oci_identity_domain_id ⇒ ::String
Returns the value of attribute oci_identity_domain_id.
-
#oci_identity_domain_resource_url ⇒ ::String
Returns the value of attribute oci_identity_domain_resource_url.
-
#oci_identity_domain_url ⇒ ::String
Returns the value of attribute oci_identity_domain_url.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#account_setup_cloud_formation_url ⇒ ::String
Returns the value of attribute account_setup_cloud_formation_url.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def account_setup_cloud_formation_url @account_setup_cloud_formation_url end |
#oci_identity_domain_id ⇒ ::String
Returns the value of attribute oci_identity_domain_id.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def oci_identity_domain_id @oci_identity_domain_id end |
#oci_identity_domain_resource_url ⇒ ::String
Returns the value of attribute oci_identity_domain_resource_url.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def oci_identity_domain_resource_url @oci_identity_domain_resource_url end |
#oci_identity_domain_url ⇒ ::String
Returns the value of attribute oci_identity_domain_url.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def oci_identity_domain_url @oci_identity_domain_url end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def status_reason @status_reason end |