Class: Aws::Types::GetResourceSharesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


261
262
263
# File 'sig/types.rbs', line 261

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def next_token
  @next_token
end

#permission_arn::String

Returns the value of attribute permission_arn.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def permission_arn
  @permission_arn
end

#permission_version::Integer

Returns the value of attribute permission_version.

Returns:

  • (::Integer)


263
264
265
# File 'sig/types.rbs', line 263

def permission_version
  @permission_version
end

#resource_owner"SELF", "OTHER-ACCOUNTS"

Returns the value of attribute resource_owner.

Returns:

  • ("SELF", "OTHER-ACCOUNTS")


257
258
259
# File 'sig/types.rbs', line 257

def resource_owner
  @resource_owner
end

#resource_share_arns::Array[::String]

Returns the value of attribute resource_share_arns.

Returns:

  • (::Array[::String])


255
256
257
# File 'sig/types.rbs', line 255

def resource_share_arns
  @resource_share_arns
end

#resource_share_status"PENDING", ...

Returns the value of attribute resource_share_status.

Returns:

  • ("PENDING", "ACTIVE", "FAILED", "DELETING", "DELETED")


256
257
258
# File 'sig/types.rbs', line 256

def resource_share_status
  @resource_share_status
end

#tag_filters::Array[Types::TagFilter]

Returns the value of attribute tag_filters.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def tag_filters
  @tag_filters
end