Class: Aws::Types::GetNetworkResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def 
  @account_id
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def aws_region
  @aws_region
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def core_network_id
  @core_network_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def global_network_id
  @global_network_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def next_token
  @next_token
end

#registered_gateway_arn ⇒ ::String

Returns the value of attribute registered_gateway_arn.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def registered_gateway_arn
  @registered_gateway_arn
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def resource_arn
  @resource_arn
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def resource_type
  @resource_type
end