Class: Aws::Types::DescribeInterconnectLoaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInterconnectLoaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interconnect_id ⇒ ::String
Returns the value of attribute interconnect_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
#interconnect_id ⇒ ::String
Returns the value of attribute interconnect_id.
514 515 516 |
# File 'sig/types.rbs', line 514 def interconnect_id @interconnect_id end |
#loa_content_type ⇒ "application/pdf"
Returns the value of attribute loa_content_type.
516 517 518 |
# File 'sig/types.rbs', line 516 def loa_content_type @loa_content_type end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
515 516 517 |
# File 'sig/types.rbs', line 515 def provider_name @provider_name end |