Class: Aws::Types::DiscoveredResource

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)


194
195
196
# File 'sig/types.rbs', line 194

def 
  @account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def type
  @type
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def uri
  @uri
end