Class: Aws::Types::DescribeSharedResourcesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



473
474
475
# File 'sig/types.rbs', line 473

def next_token
  @next_token
end

#shared_resources::Array[Types::SharedResource]

Returns the value of attribute shared_resources.



474
475
476
# File 'sig/types.rbs', line 474

def shared_resources
  @shared_resources
end