Class: Aws::Types::ProviderServiceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def provider_name
  @provider_name
end

#provider_service_arn::String

Returns the value of attribute provider_service_arn.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def provider_service_arn
  @provider_service_arn
end

#provider_service_display_name::String

Returns the value of attribute provider_service_display_name.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def provider_service_display_name
  @provider_service_display_name
end

#provider_service_name::String

Returns the value of attribute provider_service_name.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def provider_service_name
  @provider_service_name
end

#provider_service_type"ASSIGNMENT", "ID_MAPPING"

Returns the value of attribute provider_service_type.

Returns:

  • ("ASSIGNMENT", "ID_MAPPING")


756
757
758
# File 'sig/types.rbs', line 756

def provider_service_type
  @provider_service_type
end