Class: Aws::Types::DomainMembership

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_secret_arn::String

Returns the value of attribute auth_secret_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2476
2477
2478
# File 'sig/types.rbs', line 2476

def dns_ips
  @dns_ips
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def domain
  @domain
end

#fqdn::String

Returns the value of attribute fqdn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2474
2475
2476
# File 'sig/types.rbs', line 2474

def ou
  @ou
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2471
2472
2473
# File 'sig/types.rbs', line 2471

def status
  @status
end