Class: Aws::Types::OpenSearchApplication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


1548
1549
1550
# File 'sig/types.rbs', line 1548

def application_arn
  @application_arn
end

#application_endpoint::String

Returns the value of attribute application_endpoint.

Returns:

  • (::String)


1547
1548
1549
# File 'sig/types.rbs', line 1547

def application_endpoint
  @application_endpoint
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def application_id
  @application_id
end

#statusTypes::OpenSearchResourceStatus

Returns the value of attribute status.



1550
1551
1552
# File 'sig/types.rbs', line 1550

def status
  @status
end