Class: Aws::Types::ApiAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def api_id
  @api_id
end

#association_status"PROCESSING", ...

Returns the value of attribute association_status.

Returns:

  • ("PROCESSING", "FAILED", "SUCCESS")


41
42
43
# File 'sig/types.rbs', line 41

def association_status
  @association_status
end

#deployment_detail::String

Returns the value of attribute deployment_detail.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def deployment_detail
  @deployment_detail
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def domain_name
  @domain_name
end