Class: Aws::Types::DomainMembership
- Inherits:
-
Object
- Object
- Aws::Types::DomainMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_secret_arn ⇒ ::String
Returns the value of attribute auth_secret_arn.
-
#dns_ips ⇒ ::Array[::String]
Returns the value of attribute dns_ips.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#fqdn ⇒ ::String
Returns the value of attribute fqdn.
-
#iam_role_name ⇒ ::String
Returns the value of attribute iam_role_name.
-
#ou ⇒ ::String
Returns the value of attribute ou.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#auth_secret_arn ⇒ ::String
Returns the value of attribute auth_secret_arn.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def auth_secret_arn @auth_secret_arn end |
#dns_ips ⇒ ::Array[::String]
Returns the value of attribute dns_ips.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def dns_ips @dns_ips end |
#domain ⇒ ::String
Returns the value of attribute domain.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def domain @domain end |
#fqdn ⇒ ::String
Returns the value of attribute fqdn.
2472 2473 2474 |
# File 'sig/types.rbs', line 2472 def fqdn @fqdn end |
#iam_role_name ⇒ ::String
Returns the value of attribute iam_role_name.
2473 2474 2475 |
# File 'sig/types.rbs', line 2473 def iam_role_name @iam_role_name end |
#ou ⇒ ::String
Returns the value of attribute ou.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def ou @ou end |
#status ⇒ ::String
Returns the value of attribute status.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def status @status end |