Class: Aws::Types::OciIdentityDomain

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_setup_cloud_formation_url::String

Returns the value of attribute account_setup_cloud_formation_url.

Returns:

  • (::String)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def 
  @account_setup_cloud_formation_url
end

#oci_identity_domain_id::String

Returns the value of attribute oci_identity_domain_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS")


2118
2119
2120
# File 'sig/types.rbs', line 2118

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def status_reason
  @status_reason
end