Class: Aws::Types::ResourceResult

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)


7217
7218
7219
# File 'sig/types.rbs', line 7217

def 
  @account_id
end

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


7218
7219
7220
# File 'sig/types.rbs', line 7218

def 
  @account_name
end

#discovery_type"Managed", "SelfHosted"

Returns the value of attribute discovery_type.

Returns:

  • ("Managed", "SelfHosted")


7234
7235
7236
# File 'sig/types.rbs', line 7234

def discovery_type
  @discovery_type
end

#findings_summary::Array[Types::ResourceFindingsSummary]

Returns the value of attribute findings_summary.

Returns:



7230
7231
7232
# File 'sig/types.rbs', line 7230

def findings_summary
  @findings_summary
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


7219
7220
7221
# File 'sig/types.rbs', line 7219

def region
  @region
end

#resource_category"Compute", ...

Returns the value of attribute resource_category.

Returns:

  • ("Compute", "Database", "Storage", "Code", "AI/ML", "Identity", "Network", "Messaging", "Other")


7225
7226
7227
# File 'sig/types.rbs', line 7225

def resource_category
  @resource_category
end

#resource_cloud_partition::String

Returns the value of attribute resource_cloud_partition.

Returns:

  • (::String)


7223
7224
7225
# File 'sig/types.rbs', line 7223

def resource_cloud_partition
  @resource_cloud_partition
end

#resource_configObject

Returns the value of attribute resource_config.

Returns:

  • (Object)


7232
7233
7234
# File 'sig/types.rbs', line 7232

def resource_config
  @resource_config
end

#resource_creation_time_dt::String

Returns the value of attribute resource_creation_time_dt.

Returns:

  • (::String)


7228
7229
7230
# File 'sig/types.rbs', line 7228

def resource_creation_time_dt
  @resource_creation_time_dt
end

#resource_detail_capture_time_dt::String

Returns the value of attribute resource_detail_capture_time_dt.

Returns:

  • (::String)


7229
7230
7231
# File 'sig/types.rbs', line 7229

def resource_detail_capture_time_dt
  @resource_detail_capture_time_dt
end

#resource_guid::String

Returns the value of attribute resource_guid.

Returns:

  • (::String)


7215
7216
7217
# File 'sig/types.rbs', line 7215

def resource_guid
  @resource_guid
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


7216
7217
7218
# File 'sig/types.rbs', line 7216

def resource_id
  @resource_id
end

#resource_infoTypes::ResourceInfo

Returns the value of attribute resource_info.

Returns:



7235
7236
7237
# File 'sig/types.rbs', line 7235

def resource_info
  @resource_info
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


7227
7228
7229
# File 'sig/types.rbs', line 7227

def resource_name
  @resource_name
end

#resource_owner_account_id::String

Returns the value of attribute resource_owner_account_id.

Returns:

  • (::String)


7221
7222
7223
# File 'sig/types.rbs', line 7221

def 
  @resource_owner_account_id
end

#resource_owner_org_id::String

Returns the value of attribute resource_owner_org_id.

Returns:

  • (::String)


7222
7223
7224
# File 'sig/types.rbs', line 7222

def resource_owner_org_id
  @resource_owner_org_id
end

#resource_provider::String

Returns the value of attribute resource_provider.

Returns:

  • (::String)


7220
7221
7222
# File 'sig/types.rbs', line 7220

def resource_provider
  @resource_provider
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


7224
7225
7226
# File 'sig/types.rbs', line 7224

def resource_region
  @resource_region
end

#resource_sub_category"Model", ...

Returns the value of attribute resource_sub_category.

Returns:

  • ("Model", "ModelServing", "Agent", "AgentFramework", "AgentToolsAndIdentity", "SafetyAndGuardrail", "KnowledgeAndData", "OrchestrationAndPipeline", "ExternalEndpoint", "Development", "Other")


7233
7234
7235
# File 'sig/types.rbs', line 7233

def resource_sub_category
  @resource_sub_category
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



7231
7232
7233
# File 'sig/types.rbs', line 7231

def resource_tags
  @resource_tags
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


7226
7227
7228
# File 'sig/types.rbs', line 7226

def resource_type
  @resource_type
end