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)


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

def application_arn
  @application_arn
end

#application_endpoint::String

Returns the value of attribute application_endpoint.

Returns:

  • (::String)


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

def application_endpoint
  @application_endpoint
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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

def application_id
  @application_id
end

#statusTypes::OpenSearchResourceStatus

Returns the value of attribute status.



1552
1553
1554
# File 'sig/types.rbs', line 1552

def status
  @status
end