Class: Aws::Types::AwsRdsDbDomainMembership

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)


3493
3494
3495
# File 'sig/types.rbs', line 3493

def domain
  @domain
end

#fqdn::String

Returns the value of attribute fqdn.

Returns:

  • (::String)


3495
3496
3497
# File 'sig/types.rbs', line 3495

def fqdn
  @fqdn
end

#iam_role_name::String

Returns the value of attribute iam_role_name.

Returns:

  • (::String)


3496
3497
3498
# File 'sig/types.rbs', line 3496

def iam_role_name
  @iam_role_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3494
3495
3496
# File 'sig/types.rbs', line 3494

def status
  @status
end