Class: Aws::Types::DescribeLoaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLoaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#loa_content_type ⇒ "application/pdf"
Returns the value of attribute loa_content_type.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
536 537 538 |
# File 'sig/types.rbs', line 536 def connection_id @connection_id end |
#loa_content_type ⇒ "application/pdf"
Returns the value of attribute loa_content_type.
538 539 540 |
# File 'sig/types.rbs', line 538 def loa_content_type @loa_content_type end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
537 538 539 |
# File 'sig/types.rbs', line 537 def provider_name @provider_name end |