Class: Aws::Types::Trust
- Inherits:
-
Object
- Object
- Aws::Types::Trust
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date_time ⇒ ::Time
Returns the value of attribute created_date_time.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
-
#selective_auth ⇒ "Enabled", "Disabled"
Returns the value of attribute selective_auth.
-
#state_last_updated_date_time ⇒ ::Time
Returns the value of attribute state_last_updated_date_time.
-
#trust_direction ⇒ "One-Way: Outgoing", ...
Returns the value of attribute trust_direction.
-
#trust_id ⇒ ::String
Returns the value of attribute trust_id.
-
#trust_state ⇒ "Creating", ...
Returns the value of attribute trust_state.
-
#trust_state_reason ⇒ ::String
Returns the value of attribute trust_state_reason.
-
#trust_type ⇒ "Forest", "External"
Returns the value of attribute trust_type.
Instance Attribute Details
#created_date_time ⇒ ::Time
Returns the value of attribute created_date_time.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def created_date_time @created_date_time end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def directory_id @directory_id end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def last_updated_date_time @last_updated_date_time end |
#remote_domain_name ⇒ ::String
Returns the value of attribute remote_domain_name.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def remote_domain_name @remote_domain_name end |
#selective_auth ⇒ "Enabled", "Disabled"
Returns the value of attribute selective_auth.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def selective_auth @selective_auth end |
#state_last_updated_date_time ⇒ ::Time
Returns the value of attribute state_last_updated_date_time.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def state_last_updated_date_time @state_last_updated_date_time end |
#trust_direction ⇒ "One-Way: Outgoing", ...
Returns the value of attribute trust_direction.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def trust_direction @trust_direction end |
#trust_id ⇒ ::String
Returns the value of attribute trust_id.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def trust_id @trust_id end |
#trust_state ⇒ "Creating", ...
Returns the value of attribute trust_state.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def trust_state @trust_state end |
#trust_state_reason ⇒ ::String
Returns the value of attribute trust_state_reason.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def trust_state_reason @trust_state_reason end |
#trust_type ⇒ "Forest", "External"
Returns the value of attribute trust_type.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def trust_type @trust_type end |