Class: Aws::Types::Trust

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_date_time::Time

Returns the value of attribute created_date_time.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1455
1456
1457
# File 'sig/types.rbs', line 1455

def trust_type
  @trust_type
end