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

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def domain
  @domain
end

#fqdn::String

Returns the value of attribute fqdn.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def fqdn
  @fqdn
end

#iam_role_name::String

Returns the value of attribute iam_role_name.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def iam_role_name
  @iam_role_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def status
  @status
end