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.
510 511 512 |
# File 'sig/types.rbs', line 510 def interconnect_id @interconnect_id end |
#loa_content_type ⇒ "application/pdf"
Returns the value of attribute loa_content_type.
512 513 514 |
# File 'sig/types.rbs', line 512 def loa_content_type @loa_content_type end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
511 512 513 |
# File 'sig/types.rbs', line 511 def provider_name @provider_name end |