Class: Aws::Types::GetLinksRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLinksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_ids ⇒ ::Array[::String]
Returns the value of attribute link_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def global_network_id @global_network_id end |
#link_ids ⇒ ::Array[::String]
Returns the value of attribute link_ids.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def link_ids @link_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def next_token @next_token end |
#provider ⇒ ::String
Returns the value of attribute provider.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def provider @provider end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def site_id @site_id end |
#type ⇒ ::String
Returns the value of attribute type.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def type @type end |