Class: Aws::Types::DomainSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_arn ⇒ ::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def domain_arn
  @domain_arn
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def domain_id
  @domain_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def name
  @name
end