Class: Aws::Types::DescribedWebApp

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoint::String

Returns the value of attribute access_endpoint.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def access_endpoint
  @access_endpoint
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def arn
  @arn
end

#described_endpoint_detailsTypes::DescribedWebAppEndpointDetails

Returns the value of attribute described_endpoint_details.



647
648
649
# File 'sig/types.rbs', line 647

def described_endpoint_details
  @described_endpoint_details
end

#described_identity_provider_detailsTypes::DescribedWebAppIdentityProviderDetails

Returns the value of attribute described_identity_provider_details.



640
641
642
# File 'sig/types.rbs', line 640

def described_identity_provider_details
  @described_identity_provider_details
end

#endpoint_type"PUBLIC", "VPC"

Returns the value of attribute endpoint_type.

Returns:

  • ("PUBLIC", "VPC")


646
647
648
# File 'sig/types.rbs', line 646

def endpoint_type
  @endpoint_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



644
645
646
# File 'sig/types.rbs', line 644

def tags
  @tags
end

#web_app_endpoint::String

Returns the value of attribute web_app_endpoint.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def web_app_endpoint
  @web_app_endpoint
end

#web_app_endpoint_policy"FIPS", "STANDARD"

Returns the value of attribute web_app_endpoint_policy.

Returns:

  • ("FIPS", "STANDARD")


645
646
647
# File 'sig/types.rbs', line 645

def web_app_endpoint_policy
  @web_app_endpoint_policy
end

#web_app_id::String

Returns the value of attribute web_app_id.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def web_app_id
  @web_app_id
end

#web_app_unitsTypes::WebAppUnits

Returns the value of attribute web_app_units.

Returns:



643
644
645
# File 'sig/types.rbs', line 643

def web_app_units
  @web_app_units
end